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
public static class TdApi.DeviceTokenApplePush extends TdApi.DeviceToken
A token for Apple Push Notification service.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.StringdeviceTokenDevice token; may be empty to deregister a device.booleanisAppSandboxTrue, if App Sandbox is enabled.
-
Constructor Summary
Constructors Constructor Description DeviceTokenApplePush()A token for Apple Push Notification service.DeviceTokenApplePush(String deviceToken, boolean isAppSandbox)A token for Apple Push Notification service.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
deviceToken
public String deviceToken
Device token; may be empty to deregister a device.
-
isAppSandbox
public boolean isAppSandbox
True, if App Sandbox is enabled.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DeviceTokenApplePush
public DeviceTokenApplePush()
A token for Apple Push Notification service.
-
DeviceTokenApplePush
public DeviceTokenApplePush(String deviceToken, boolean isAppSandbox)
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 Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-