public static class TdApi.DeviceTokenMicrosoftPushVoIP 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 |
|---|
DeviceTokenMicrosoftPushVoIP()
A token for Microsoft Push Notification Service VoIP channel.
|
DeviceTokenMicrosoftPushVoIP(java.lang.String channelUri)
A token for Microsoft Push Notification Service VoIP channel.
|
| 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 DeviceTokenMicrosoftPushVoIP()
public DeviceTokenMicrosoftPushVoIP(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