Package org.drinkless.tdlib
Class TdApi.DeviceTokenApplePushVoIP
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.DeviceToken
org.drinkless.tdlib.TdApi.DeviceTokenApplePushVoIP
- Enclosing class:
- TdApi
A token for Apple Push Notification service VoIP notifications.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Device token; may be empty to deregister a device.booleanTrue, if push notifications must be additionally encrypted.booleanTrue, if App Sandbox is enabled. -
Constructor Summary
ConstructorsConstructorDescriptionA token for Apple Push Notification service VoIP notifications.DeviceTokenApplePushVoIP(String deviceToken, boolean isAppSandbox, boolean encrypt) A token for Apple Push Notification service VoIP notifications. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
deviceToken
Device token; may be empty to deregister a device. -
isAppSandbox
public boolean isAppSandboxTrue, if App Sandbox is enabled. -
encrypt
public boolean encryptTrue, if push notifications must be additionally encrypted. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
DeviceTokenApplePushVoIP
public DeviceTokenApplePushVoIP()A token for Apple Push Notification service VoIP notifications. -
DeviceTokenApplePushVoIP
A token for Apple Push Notification service VoIP notifications.- Parameters:
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.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-