Package org.drinkless.tdlib
Class TdApi.DeviceTokenTizenPush
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.DeviceToken
-
- org.drinkless.tdlib.TdApi.DeviceTokenTizenPush
-
- Enclosing class:
- TdApi
public static class TdApi.DeviceTokenTizenPush extends TdApi.DeviceToken
A token for Tizen Push Service.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.StringregIdPush service registration identifier; may be empty to deregister a device.
-
Constructor Summary
Constructors Constructor Description DeviceTokenTizenPush()A token for Tizen Push Service.DeviceTokenTizenPush(String regId)A token for Tizen Push Service.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
regId
public String regId
Push service registration identifier; may be empty to deregister a device.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DeviceTokenTizenPush
public DeviceTokenTizenPush()
A token for Tizen Push Service.
-
DeviceTokenTizenPush
public DeviceTokenTizenPush(String regId)
A token for Tizen Push Service.- Parameters:
regId- Push service registration identifier; may be empty to deregister a device.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-