Package | Description |
---|---|
oracle.wsc.android.data |
JSON-WebRTC data types.
|
Modifier and Type | Field and Description |
---|---|
static Control.MessageState |
Control.MessageState.FINAL
The final.
|
static Control.MessageState |
Control.MessageState.SUBSEQUENT
The subsequent.
|
Modifier and Type | Method and Description |
---|---|
Control.MessageState |
Control.getMessageState()
Gets the message state.
|
static Control.MessageState |
Control.MessageState.valueOf(String name) |
static Control.MessageState[] |
Control.MessageState.values() |
Modifier and Type | Method and Description |
---|---|
void |
Control.setMessageState(Control.MessageState messageState)
Sets the message state.
|