Package it.tdlight.jni
Class TdApi.DeviceTokenMicrosoftPushVoIP
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.DeviceToken
it.tdlight.jni.TdApi.DeviceTokenMicrosoftPushVoIP
- Enclosing class:
- TdApi
public static class TdApi.DeviceTokenMicrosoftPushVoIP extends TdApi.DeviceToken
A token for Microsoft Push Notification
Service VoIP channel.
-
Field Summary
Fields Modifier and Type Field Description String
channelUri
Push notification channel URI; may be empty to de-register a device.static int
CONSTRUCTOR
-
Constructor Summary
Constructors Constructor Description DeviceTokenMicrosoftPushVoIP()
A token for Microsoft Push Notification Service VoIP channel.DeviceTokenMicrosoftPushVoIP(DataInput input)
DeviceTokenMicrosoftPushVoIP(String channelUri)
A token for Microsoft Push Notification Service VoIP channel. -
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
channelUri
Push notification channel URI; may be empty to de-register a device. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
DeviceTokenMicrosoftPushVoIP
public DeviceTokenMicrosoftPushVoIP()A token for Microsoft Push Notification Service VoIP channel. -
DeviceTokenMicrosoftPushVoIP
A token for Microsoft Push Notification Service VoIP channel.- Parameters:
channelUri
- String Push notification channel URI; may be empty to de-register a device.
-
DeviceTokenMicrosoftPushVoIP
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-