| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.gsma.services.rcs.RcsService.Direction | |
Direction of the communication for Chat message, Geolocation, Filetransfer, Imageshare, Videoshare etc.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| RcsService.Direction | INCOMING | Incoming communication | |||||||||
| RcsService.Direction | IRRELEVANT | Irrelevant or not applicable (e.g. | |||||||||
| RcsService.Direction | OUTGOING | Outgoing communication | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| final int |
toInt()
Gets integer value associated to Direction instance
| ||||||||||
| static RcsService.Direction | valueOf(String name) | ||||||||||
| static RcsService.Direction |
valueOf(int value)
Returns a Direction instance for the specified integer value.
| ||||||||||
| final static Direction[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Irrelevant or not applicable (e.g. for group chat event message)
Gets integer value associated to Direction instance
Returns a Direction instance for the specified integer value.
| value | the value associated to the Direction |
|---|