ImageStringStringNumberNumberArray.<SoftButton>Array.<TTSChunk>SubtleAlertSubtleAlertSubtleAlertSubtleAlertSubtleAlertSubtleAlertSubtleAlertImageGet the AlertIcon
Kind: Instance method of SubtleAlert
Returns: Image - the KEY_ALERT_ICON value
StringGet the AlertText1
Kind: Instance method of SubtleAlert
Returns: String - the KEY_ALERT_TEXT_1 value
StringGet the AlertText2
Kind: Instance method of SubtleAlert
Returns: String - the KEY_ALERT_TEXT_2 value
NumberGet the CancelID
Kind: Instance method of SubtleAlert
Returns: Number - the KEY_CANCEL_ID value
NumberGet the Duration
Kind: Instance method of SubtleAlert
Returns: Number - the KEY_DURATION value
Array.<SoftButton>Get the SoftButtons
Kind: Instance method of SubtleAlert
Returns: Array.<SoftButton> - the KEY_SOFT_BUTTONS value
Array.<TTSChunk>Get the TtsChunks
Kind: Instance method of SubtleAlert
Returns: Array.<TTSChunk> - the KEY_TTS_CHUNKS value
SubtleAlertSet the AlertIcon
Kind: Instance method of SubtleAlert
Returns: SubtleAlert - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| icon | Image |
Image to be displayed for the corresponding alert. See Image. If omitted on supported displays, no (or the default if applicable) icon should be displayed. - The desired AlertIcon. |
SubtleAlertSet the AlertText1
Kind: Instance method of SubtleAlert
Returns: SubtleAlert - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| text1 | String |
The first line of the alert text field - The desired AlertText1. {'string_min_length': 1, 'string_max_length': 500} |
SubtleAlertSet the AlertText2
Kind: Instance method of SubtleAlert
Returns: SubtleAlert - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| text2 | String |
The second line of the alert text field - The desired AlertText2. {'string_min_length': 1, 'string_max_length': 500} |
SubtleAlertSet the CancelID
Kind: Instance method of SubtleAlert
Returns: SubtleAlert - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| id | Number |
An ID for this specific alert to allow cancellation through the `CancelInteraction` RPC. - The desired CancelID. |
SubtleAlertSet the Duration
Kind: Instance method of SubtleAlert
Returns: SubtleAlert - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| duration | Number |
Timeout in milliseconds. Typical timeouts are 3-5 seconds. If omitted, timeout is set to 5s. - The desired Duration. {'default_value': 5000, 'num_min_value': 3000, 'num_max_value': 10000} |
SubtleAlertSet the SoftButtons
Kind: Instance method of SubtleAlert
Returns: SubtleAlert - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| buttons | Array.<SoftButton> |
App defined SoftButtons. If omitted on supported displays, the displayed alert shall not have any SoftButtons. - The desired SoftButtons. {'array_min_size': 0, 'array_max_size': 2} |
SubtleAlertSet the TtsChunks
Kind: Instance method of SubtleAlert
Returns: SubtleAlert - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| chunks | Array.<TTSChunk> |
An array of text chunks of type TTSChunk. See TTSChunk. The array must have at least one item. - The desired TtsChunks. {'array_min_size': 1, 'array_max_size': 100} |