Package it.ernytech.tdlib
Class TdApi.AuthorizationStateWaitPassword
- java.lang.Object
-
- it.ernytech.tdlib.TdApi.Object
-
- it.ernytech.tdlib.TdApi.AuthorizationState
-
- it.ernytech.tdlib.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 Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
Identifier uniquely determining type of the object.boolean
hasRecoveryEmailAddress
True if a recovery email address has been set up.java.lang.String
passwordHint
Hint for the password; can be empty.java.lang.String
recoveryEmailAddressPattern
Pattern of the email address to which the recovery email was sent; empty until a recovery email has been sent.
-
Constructor Summary
Constructors Constructor Description AuthorizationStateWaitPassword()
Default constructor.AuthorizationStateWaitPassword(java.lang.String passwordHint, boolean hasRecoveryEmailAddress, java.lang.String recoveryEmailAddressPattern)
Constructor for initialization of all fields.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getConstructor()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class it.ernytech.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
passwordHint
public java.lang.String passwordHint
Hint for the password; can be empty.
-
hasRecoveryEmailAddress
public boolean hasRecoveryEmailAddress
True if a recovery email address has been set up.
-
recoveryEmailAddressPattern
public java.lang.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()
Default constructor.
-
AuthorizationStateWaitPassword
public AuthorizationStateWaitPassword(java.lang.String passwordHint, boolean hasRecoveryEmailAddress, java.lang.String recoveryEmailAddressPattern)
Constructor for initialization of all fields.- Parameters:
passwordHint
- Hint for the password; can 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.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
-