public static class TdApi.DeviceTokenWindowsPush extends TdApi.DeviceToken
TdApi.DeviceToken.Constructors
Modifier and Type | Field and Description |
---|---|
java.lang.String |
accessToken
The access token that will be used to send notifications; may be empty to deregister a device.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
Constructor and Description |
---|
DeviceTokenWindowsPush()
A token for Windows Push Notification Services.
|
DeviceTokenWindowsPush(java.lang.String accessToken)
A token for Windows Push Notification Services.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String accessToken
public static final int CONSTRUCTOR
public DeviceTokenWindowsPush()
public DeviceTokenWindowsPush(java.lang.String accessToken)
accessToken
- The access token that will be used to send notifications; may be empty to deregister a device.public int getConstructor()
getConstructor
in class TdApi.DeviceToken