| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.nexmo.sdk.conversation.client.event.container.SynchronisingState.STATE | |
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| SynchronisingState.STATE | CONVERSATIONS | Conversations preview has been synced. | |||||||||
| SynchronisingState.STATE | MEMBERS | All information about the members has been synced. | |||||||||
| SynchronisingState.STATE | OUT_OF_SYNC | Nothing has been synced yet. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static SynchronisingState.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
| |||||||||||
Conversations preview has been synced. At this point only basic conversation list can be displayed in the UI. Wait for the next state for updating members information in the UI.
All information about the members has been synced. At this point all members can be displayed in the UI.