Class RegistrationSessionState

    • 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
      boolean getAllowedToRequestCode() Whether a verification code is allowed to be requested for this session.
      boolean getVerified() Whether the session is verified.
      Duration getNextCall() How long the client should wait before requesting a call for verification.
      Duration getNextSms() How long the client should wait before requesting an SMS for verification.
      Duration getNextVerificationAttempt() How long the client should wait before requesting an SMS for verification.
      Set<ChallengeOption> getRequestedInformation() Requested information that needs to be submitted before requesting code delivery.
      • Methods inherited from class org.signal.libsignal.internal.NativeHandleGuard.SimpleOwner

        unsafeNativeHandleWithoutGuard
      • Methods inherited from class org.signal.libsignal.internal.NativeHandleGuard.Owner

        guard, guardedMap, guardedMapChecked, guardedRun, guardedRunChecked
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getAllowedToRequestCode

         boolean getAllowedToRequestCode()

        Whether a verification code is allowed to be requested for this session.

      • getVerified

         boolean getVerified()

        Whether the session is verified.

      • getNextCall

         Duration getNextCall()

        How long the client should wait before requesting a call for verification.

        Returns null if no waiting is requested.

      • getNextSms

         Duration getNextSms()

        How long the client should wait before requesting an SMS for verification.

        Returns null if no waiting is requested.

      • getNextVerificationAttempt

         Duration getNextVerificationAttempt()

        How long the client should wait before requesting an SMS for verification.

        Returns null if no waiting is requested.