Interface SyncStateRepository

  • All Implemented Interfaces:

    
    public interface SyncStateRepository
    
                        

    Repository to read and write data about the sync state of the SDK.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit insertSyncState(SyncState syncState) Inserts a sync state.
      abstract SyncState selectSyncState(String userId) Selects a sync state.
      abstract Unit clear() Clear syncStates of this repository.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait