public static final enum

SynchronisingState.STATE

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.nexmo.sdk.conversation.client.event.container.SynchronisingState.STATE

Summary

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

Enum Values

public static final SynchronisingState.STATE CONVERSATIONS

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.

public static final SynchronisingState.STATE MEMBERS

All information about the members has been synced. At this point all members can be displayed in the UI.

public static final SynchronisingState.STATE OUT_OF_SYNC

Nothing has been synced yet.

Public Methods

public static SynchronisingState.STATE valueOf (String name)

public static final STATE[] values ()