Package 

Class SyncConfiguration

  • All Implemented Interfaces:

    
    public final class SyncConfiguration
    
                        

    Configuration for syncing with remote server (aka cross-device)

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Boolean getEnabled() Whether syncing is enabled or not
      final Integer getTimeout() The timeout to expire the sync request (in ms)
      final Integer getFrequency() Do not sync more than once every X seconds We default to syncing once every day
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getTimeout

         final Integer getTimeout()

        The timeout to expire the sync request (in ms)

      • getFrequency

         final Integer getFrequency()

        Do not sync more than once every X seconds We default to syncing once every day