public static class TdApi.DeviceTokenApplePush extends TdApi.DeviceToken
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
deviceToken
Device token; may be empty to deregister a device.
|
boolean |
isAppSandbox
True, if App Sandbox is enabled.
|
| Constructor and Description |
|---|
DeviceTokenApplePush()
A token for Apple Push Notification service.
|
DeviceTokenApplePush(java.lang.String deviceToken,
boolean isAppSandbox)
A token for Apple Push Notification service.
|
| 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 DeviceTokenApplePush()
public DeviceTokenApplePush(java.lang.String deviceToken,
boolean isAppSandbox)
deviceToken - Device token; may be empty to deregister a device.isAppSandbox - True, if App Sandbox is enabled.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object