| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.gsma.services.rcs.CommonServiceConfiguration.MessagingMode | |
The messaging client mode
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CommonServiceConfiguration.MessagingMode | CONVERGED | Messaging mode converged | |||||||||
| CommonServiceConfiguration.MessagingMode | INTEGRATED | Messaging mode integrated | |||||||||
| CommonServiceConfiguration.MessagingMode | NONE | Messaging mode not defined | |||||||||
| CommonServiceConfiguration.MessagingMode | SEAMLESS | Messaging mode seamless | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| final int |
toInt()
Gets integer value associated to MessagingMode instance
| ||||||||||
| static CommonServiceConfiguration.MessagingMode | valueOf(String name) | ||||||||||
| static CommonServiceConfiguration.MessagingMode |
valueOf(int value)
Returns a MessagingMode instance for the specified integer value.
| ||||||||||
| final static MessagingMode[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Messaging mode converged
Messaging mode integrated
Messaging mode not defined
Messaging mode seamless
Gets integer value associated to MessagingMode instance
Returns a MessagingMode instance for the specified integer value.
| value | the value associated to the MessagingMode |
|---|