Package 

Interface SyncStateRepository


  • 
    public interface SyncStateRepository
    
                        

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

    • 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.
      • Methods inherited from class java.lang.Object

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