public class

SynchronisingState

extends Object
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

Nested Classes
enum SynchronisingState.STATE  
Fields
public SynchronisingState.STATE state
Public Constructors
SynchronisingState()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

Public Constructors

public SynchronisingState ()