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