Class: UiStateMessage

remotemessage.UiStateMessage()

new UiStateMessage()

Source:

Extends

Methods

(static) UiStateMessage#getInputOptions() → {Array.<remotemessage.InputOption>}

Get the field value
Source:
Returns:
An array of
Type
Array.<remotemessage.InputOption>

(static) UiStateMessage#getUiDirection() → {remotemessage.UiDirection}

Get the field value
Source:
Returns:
Type
remotemessage.UiDirection

(static) UiStateMessage#getUiState() → {remotemessage.UiState}

Get the field value
Source:
Returns:
Type
remotemessage.UiState

(static) UiStateMessage#getUiText() → {String}

Get the field value The text for the UI
Source:
Returns:
Type
String

(static) UiStateMessage#setInputOptions(inputOptions)

Set the field value
Parameters:
Name Type Description
inputOptions Array.<remotemessage.InputOption> An array of
Source:

(static) UiStateMessage#setUiDirection(uiDirection)

Set the field value
Parameters:
Name Type Description
uiDirection remotemessage.UiDirection
Source:

(static) UiStateMessage#setUiState(uiState)

Set the field value
Parameters:
Name Type Description
uiState remotemessage.UiState
Source:

(static) UiStateMessage#setUiText(uiText)

Set the field value The text for the UI
Parameters:
Name Type Description
uiText String
Source: