| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.gsma.services.rcs.chat.GroupChat.State | |
Group chat state
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| GroupChat.State | ABORTED | Chat has been aborted | |||||||||
| GroupChat.State | ACCEPTING | Chat has been accepted and is in the process of becoming started. | |||||||||
| GroupChat.State | FAILED | Chat has failed | |||||||||
| GroupChat.State | INITIATING | Chat invitation sent | |||||||||
| GroupChat.State | INVITED | Chat invitation received | |||||||||
| GroupChat.State | REJECTED | Chat invitation was rejected. | |||||||||
| GroupChat.State | STARTED | Chat is started | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| final int |
toInt()
Gets integer value associated to State instance
| ||||||||||
| final static GroupChat.State |
valueOf(int value)
Returns a State instance for the specified integer value.
| ||||||||||
| static GroupChat.State | valueOf(String name) | ||||||||||
| final static State[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Chat has been accepted and is in the process of becoming started.
Gets integer value associated to State instance
Returns a State instance for the specified integer value.