Package org.drinkless.tdlib
Class TdApi.DeviceTokenApplePush
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.DeviceToken
org.drinkless.tdlib.TdApi.DeviceTokenApplePush
- Enclosing class:
- TdApi
A token for Apple Push Notification service.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Device token; may be empty to deregister a device.booleanTrue, if App Sandbox is enabled. -
Constructor Summary
ConstructorsConstructorDescriptionA token for Apple Push Notification service.DeviceTokenApplePush(String deviceToken, boolean isAppSandbox) A token for Apple Push Notification service. -
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. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
DeviceTokenApplePush
public DeviceTokenApplePush()A token for Apple Push Notification service. -
DeviceTokenApplePush
A token for Apple Push Notification service.- Parameters:
deviceToken- Device token; may be empty to deregister a device.isAppSandbox- True, if App Sandbox is enabled.
-
-
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
-