public static class TdApi.DeviceTokenMicrosoftPush extends TdApi.DeviceToken
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
channelUri
Push notification channel URI; may be empty to deregister a device.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
DeviceTokenMicrosoftPush()
A token for Microsoft Push Notification Service.
|
DeviceTokenMicrosoftPush(java.lang.String channelUri)
A token for Microsoft Push Notification Service.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String channelUri
public static final int CONSTRUCTOR
public DeviceTokenMicrosoftPush()
public DeviceTokenMicrosoftPush(java.lang.String channelUri)
channelUri - Push notification channel URI; may be empty to deregister a device.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object