java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.AuthorizationState
it.tdlight.jni.TdApi.AuthorizationStateWaitPassword
- Enclosing class:
- TdApi
The user has been authorized, but
needs to enter a password to start
using the application.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
boolean
True, if a recovery email address has been set up.Hint for the password; may be empty.Pattern of the email address to which the recovery email was sent; empty until a recovery email has been sent. -
Constructor Summary
ConstructorDescriptionThe user has been authorized, but needs to enter a password to start using the application.The user has been authorized, but needs to enter a password to start using the application.AuthorizationStateWaitPassword
(String passwordHint, boolean hasRecoveryEmailAddress, String recoveryEmailAddressPattern) The user has been authorized, but needs to enter a password to start using the application. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
passwordHint
Hint for the password; may be empty. -
hasRecoveryEmailAddress
public boolean hasRecoveryEmailAddressTrue, 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. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
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
- String Hint for the password; may be empty.hasRecoveryEmailAddress
- boolean True, if a recovery email address has been set up.recoveryEmailAddressPattern
- String Pattern of the email address to which the recovery email was sent; empty until a recovery email has been sent.
-
AuthorizationStateWaitPassword
The user has been authorized, but needs to enter a password to start using the application.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-