public static class TdApi.DeviceTokenMicrosoftPushVoIP extends TdApi.DeviceToken
TdApi.DeviceToken.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.DeviceToken