Package org.drinkless.tdlib
Class TdApi.DeviceTokenUbuntuPush
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.DeviceToken
-
- org.drinkless.tdlib.TdApi.DeviceTokenUbuntuPush
-
- Enclosing class:
- TdApi
public static class TdApi.DeviceTokenUbuntuPush extends TdApi.DeviceToken
A token for Ubuntu Push Client service.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.StringtokenToken; may be empty to deregister a device.
-
Constructor Summary
Constructors Constructor Description DeviceTokenUbuntuPush()A token for Ubuntu Push Client service.DeviceTokenUbuntuPush(String token)A token for Ubuntu Push Client 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
-
token
public String token
Token; 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
-
DeviceTokenUbuntuPush
public DeviceTokenUbuntuPush()
A token for Ubuntu Push Client service.
-
DeviceTokenUbuntuPush
public DeviceTokenUbuntuPush(String token)
A token for Ubuntu Push Client service.- Parameters:
token- Token; may be empty to deregister a device.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-