public static class TdApi.DeviceTokenWindowsPush extends TdApi.DeviceToken
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object