Package 

Enum ObjectsStateEvent

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum ObjectsStateEvent
    
                        

    Represents the synchronization state of Ably Objects.

    This enum is used to notify listeners about state changes in the synchronization process. Clients can register an ObjectsStateChange.Listener to receive these events.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      SYNCING

      Indicates that synchronization between local and remote objects is in progress.

      SYNCED

      Indicates that synchronization has completed successfully and objects are in sync.