java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.DeviceToken
it.tdlight.jni.TdApi.DeviceTokenSimplePush
- Enclosing class:
- TdApi
A token for Simple Push API for Firefox OS.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Absolute URL exposed by the push service where the application server can send push messages; may be empty to deregister a device. -
Constructor Summary
ConstructorDescriptionA token for Simple Push API for Firefox OS.DeviceTokenSimplePush
(DataInput input) A token for Simple Push API for Firefox OS.DeviceTokenSimplePush
(String endpoint) A token for Simple Push API for Firefox OS. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
endpoint
Absolute URL exposed by the push service where the application server can send push messages; may be empty to deregister a device. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
DeviceTokenSimplePush
public DeviceTokenSimplePush()A token for Simple Push API for Firefox OS. -
DeviceTokenSimplePush
A token for Simple Push API for Firefox OS.- Parameters:
endpoint
- String Absolute URL exposed by the push service where the application server can send push messages; may be empty to deregister a device.
-
DeviceTokenSimplePush
A token for Simple Push API for Firefox OS.- 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()
-