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