public static class TdApi.DeviceTokenApplePushVoIP 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 |
encrypt
True, if push notifications must be additionally encrypted.
|
boolean |
isAppSandbox
True, if App Sandbox is enabled.
|
| Constructor and Description |
|---|
DeviceTokenApplePushVoIP()
A token for Apple Push Notification service VoIP notifications.
|
DeviceTokenApplePushVoIP(java.lang.String deviceToken,
boolean isAppSandbox,
boolean encrypt)
A token for Apple Push Notification service VoIP notifications.
|
| 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 boolean encrypt
public static final int CONSTRUCTOR
public DeviceTokenApplePushVoIP()
public DeviceTokenApplePushVoIP(java.lang.String deviceToken,
boolean isAppSandbox,
boolean encrypt)
deviceToken - Device token; may be empty to deregister a device.isAppSandbox - True, if App Sandbox is enabled.encrypt - True, if push notifications must be additionally encrypted.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object