Packagenet.user1.reactor
Classpublic final class SynchronizationState
InheritanceSynchronizationState Inheritance Object

Since : Reactor 1.0.0

The SynchronizationState class is an enumeration of constant values describing the current synchronization state of a client-side object such as a room.

See also

Room.getSyncState()


Public Constants
 ConstantDefined By
  NOT_SYNCHRONIZED : String = NOT_SYNCHRONIZED
[static]
SynchronizationState
  SYNCHRONIZED : String = SYNCHRONIZED
[static]
SynchronizationState
  SYNCHRONIZING : String = SYNCHRONIZING
[static]
SynchronizationState
Constant Descriptions
NOT_SYNCHRONIZEDConstant
public static const NOT_SYNCHRONIZED:String = NOT_SYNCHRONIZED

SYNCHRONIZEDConstant 
public static const SYNCHRONIZED:String = SYNCHRONIZED

SYNCHRONIZINGConstant 
public static const SYNCHRONIZING:String = SYNCHRONIZING