public static class TdApi.DeviceTokenTizenPush extends TdApi.DeviceToken
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
regId
Push service registration identifier; may be empty to deregister a device.
|
| Constructor and Description |
|---|
DeviceTokenTizenPush()
A token for Tizen Push Service.
|
DeviceTokenTizenPush(java.lang.String regId)
A token for Tizen Push Service.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String regId
public static final int CONSTRUCTOR
public DeviceTokenTizenPush()
public DeviceTokenTizenPush(java.lang.String regId)
regId - Push service registration identifier; may be empty to deregister a device.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object