Array.<SoftButton>Array.<TTSChunk>AlertManeuverAlertManeuverArray.<SoftButton>Get the SoftButtons
Kind: Instance method of AlertManeuver
Returns: Array.<SoftButton> - the KEY_SOFT_BUTTONS value
Array.<TTSChunk>Get the TtsChunks
Kind: Instance method of AlertManeuver
Returns: Array.<TTSChunk> - the KEY_TTS_CHUNKS value
AlertManeuverSet the SoftButtons
Kind: Instance method of AlertManeuver
Returns: AlertManeuver - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| buttons | Array.<SoftButton> |
If omitted on supported displays, only the system defined "Close" SoftButton shall be displayed. - The desired SoftButtons. {'array_min_size': 0, 'array_max_size': 3} |
AlertManeuverSet the TtsChunks
Kind: Instance method of AlertManeuver
Returns: AlertManeuver - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| chunks | Array.<TTSChunk> |
An array of text chunks of type TTSChunk. See TTSChunk - The desired TtsChunks. {'array_min_size': 1, 'array_max_size': 100} |