| Interface | Description |
|---|---|
| AlertCanceledListener | |
| OnButtonListener |
OnButtonListener is a listener used for notifying when events have happened with SubscribeButtons
|
| SoftButtonObject.OnEventListener |
| Class | Description |
|---|---|
| AlertAudioData | |
| AlertView | |
| AlertView.Builder | |
| AudioData | |
| PresentAlertOperation |
Operation that handles uploading images and audio data needed by the alert and, once the data uploads are complete, sending the alert.
|
| ScreenManager |
ScreenManager
|
| SoftButtonObject |
SoftButtonObject
SoftButtonObject defines a button that can have multiple SoftButtonState values. The states of SoftButtonObject allow the developer to not have to manage multiple SoftButtons that have very similar functionality. For example, a repeat button in a music app can be thought of as one SoftButtonObject with three typical states: repeat off, repeat 1, and repeat on. |
| SoftButtonState |
SoftButtonState
Defines an individual state for SoftButtonObject. The states of SoftButtonObject allow the developer to not have to manage multiple SoftButtons that have very similar functionality. For example, a repeat button in a music app can be thought of as one SoftButtonObject with three typical states: repeat off, repeat 1, and repeat on. |