Class SdkClientTime


  • public final class SdkClientTime
    extends Object
    Used for clock skew adjustment between the client JVM where the SDK is run, and the server side. This class mirrors SdkGlobalTime but it's local to the current client and only accessed internally by HttpClientDependencies.
    • Constructor Detail

      • SdkClientTime

        public SdkClientTime()
    • Method Detail

      • getTimeOffset

        public int getTimeOffset()
        Gets the latest recorded time offset.
      • setTimeOffset

        public void setTimeOffset​(int timeOffset)
        Sets the latest recorded time offset.