public static class TdApi.DeviceTokenSimplePush extends TdApi.DeviceToken
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
endpoint
Absolute URL exposed by the push service where the application server can send push messages; may be empty to deregister a device.
|
| Constructor and Description |
|---|
DeviceTokenSimplePush()
A token for Simple Push API for Firefox OS.
|
DeviceTokenSimplePush(java.lang.String endpoint)
A token for Simple Push API for Firefox OS.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String endpoint
public static final int CONSTRUCTOR
public DeviceTokenSimplePush()
public DeviceTokenSimplePush(java.lang.String endpoint)
endpoint - Absolute URL exposed by the push service where the application server can send push messages; may be empty to deregister a device.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object