public static class TdApi.DeviceTokenApplePushVoIP extends TdApi.DeviceToken
TdApi.DeviceToken.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.DeviceToken