public static class TdApi.FirebaseAuthenticationSettingsIos extends TdApi.FirebaseAuthenticationSettings
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
deviceToken
Device token from Apple Push Notification service.
|
boolean |
isAppSandbox
True, if App Sandbox is enabled.
|
| Constructor and Description |
|---|
FirebaseAuthenticationSettingsIos()
Settings for Firebase Authentication in the official iOS application.
|
FirebaseAuthenticationSettingsIos(java.lang.String deviceToken,
boolean isAppSandbox)
Settings for Firebase Authentication in the official iOS application.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String deviceToken
public boolean isAppSandbox
public static final int CONSTRUCTOR
public FirebaseAuthenticationSettingsIos()
public FirebaseAuthenticationSettingsIos(java.lang.String deviceToken,
boolean isAppSandbox)
deviceToken - Device token from Apple Push Notification service.isAppSandbox - True, if App Sandbox is enabled.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object