public static class TdApi.DeviceTokenBlackBerryPush 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 |
token
Token; may be empty to deregister a device.
|
Constructor and Description |
---|
DeviceTokenBlackBerryPush()
A token for BlackBerry Push Service.
|
DeviceTokenBlackBerryPush(java.lang.String token)
A token for BlackBerry Push Service.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String token
public static final int CONSTRUCTOR
public DeviceTokenBlackBerryPush()
public DeviceTokenBlackBerryPush(java.lang.String token)
token
- Token; may be empty to deregister a device.public int getConstructor()
getConstructor
in class TdApi.DeviceToken