Class TdApi.AuthorizationStateWaitPassword

  • Enclosing class:
    TdApi

    public static class TdApi.AuthorizationStateWaitPassword
    extends TdApi.AuthorizationState
    The user has been authorized, but needs to enter a password to start using the application.
    • Field Detail

      • passwordHint

        public String passwordHint
        Hint for the password; may be empty.
      • hasRecoveryEmailAddress

        public boolean hasRecoveryEmailAddress
        True, if a recovery email address has been set up.
      • recoveryEmailAddressPattern

        public String recoveryEmailAddressPattern
        Pattern of the email address to which the recovery email was sent; empty until a recovery email has been sent.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AuthorizationStateWaitPassword

        public AuthorizationStateWaitPassword()
        The user has been authorized, but needs to enter a password to start using the application.
      • AuthorizationStateWaitPassword

        public AuthorizationStateWaitPassword​(String passwordHint,
                                              boolean hasRecoveryEmailAddress,
                                              String recoveryEmailAddressPattern)
        The user has been authorized, but needs to enter a password to start using the application.
        Parameters:
        passwordHint - Hint for the password; may be empty.
        hasRecoveryEmailAddress - True, if a recovery email address has been set up.
        recoveryEmailAddressPattern - Pattern of the email address to which the recovery email was sent; empty until a recovery email has been sent.