Class TdApi.DeviceTokenTizenPush

Enclosing class:
TdApi

public static class TdApi.DeviceTokenTizenPush extends TdApi.DeviceToken
A token for Tizen Push Service.
  • Field Details

    • 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:
  • Constructor Details

    • 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 Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR