| java.lang.Object |
| ↳ |
com.nexmo.sdk.conversation.client.event.container.SynchronisingState |
Class Overview
Synchronisation information.
The order of sync events is important, depending on which STATE has been synced,
UI will be ready for update with fresh info.
- OUT_OF_SYNC: Nothing has been synced, this event happens before sync has even started.
- CONVERSATIONS: Conversations preview has been synced.
At this point all members can be displayed in the UI.
Wait for the next state for updating members information in the UI.
- MEMBERS: all information about the members has been synced. At this point all members can be displayed in the UI.
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait()
|
|
Fields
Public Constructors
public
SynchronisingState
()