public static class TdApi.AuthorizationStateWaitEncryptionKey extends TdApi.AuthorizationState
TdApi.AuthorizationState.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isEncrypted
True, if the database is currently encrypted.
|
Constructor and Description |
---|
AuthorizationStateWaitEncryptionKey()
TDLib needs an encryption key to decrypt the local database.
|
AuthorizationStateWaitEncryptionKey(boolean isEncrypted)
TDLib needs an encryption key to decrypt the local database.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public boolean isEncrypted
public static final int CONSTRUCTOR
public AuthorizationStateWaitEncryptionKey()
public AuthorizationStateWaitEncryptionKey(boolean isEncrypted)
isEncrypted
- True, if the database is currently encrypted.public int getConstructor()
getConstructor
in class TdApi.AuthorizationState