public static class TdApi.AuthorizationStateWaitEmailAddress extends TdApi.AuthorizationState
| Modifier and Type | Field and Description |
|---|---|
boolean |
allowAppleId
True, if authorization through Apple ID is allowed.
|
boolean |
allowGoogleId
True, if authorization through Google ID is allowed.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
AuthorizationStateWaitEmailAddress()
TDLib needs the user's email address to authorize.
|
AuthorizationStateWaitEmailAddress(boolean allowAppleId,
boolean allowGoogleId)
TDLib needs the user's email address to authorize.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic boolean allowAppleId
public boolean allowGoogleId
public static final int CONSTRUCTOR
public AuthorizationStateWaitEmailAddress()
public AuthorizationStateWaitEmailAddress(boolean allowAppleId,
boolean allowGoogleId)
allowAppleId - True, if authorization through Apple ID is allowed.allowGoogleId - True, if authorization through Google ID is allowed.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object