java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.DeviceToken
it.tdlight.jni.TdApi.DeviceTokenWindowsPush
- Enclosing class:
- TdApi
A token for Windows Push Notification Services.
-
Field Summary
Modifier and TypeFieldDescriptionThe access token that will be used to send notifications; may be empty to de-register a device.static final int
-
Constructor Summary
ConstructorDescriptionA token for Windows Push Notification Services.DeviceTokenWindowsPush
(DataInput input) A token for Windows Push Notification Services.DeviceTokenWindowsPush
(String accessToken) A token for Windows Push Notification Services. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
accessToken
The access token that will be used to send notifications; may be empty to de-register a device. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
DeviceTokenWindowsPush
public DeviceTokenWindowsPush()A token for Windows Push Notification Services. -
DeviceTokenWindowsPush
A token for Windows Push Notification Services.- Parameters:
accessToken
- String The access token that will be used to send notifications; may be empty to de-register a device.
-
DeviceTokenWindowsPush
A token for Windows Push Notification Services.- 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()
-