Module tdlight.api

Class TdApi.DeviceTokenBlackBerryPush

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.DeviceToken
it.tdlight.jni.TdApi.DeviceTokenBlackBerryPush
Enclosing class:
TdApi

public static final class TdApi.DeviceTokenBlackBerryPush extends TdApi.DeviceToken
A token for BlackBerry Push Service.
  • Field Details

    • token

      public String token
      Token; may be empty to deregister a device.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • DeviceTokenBlackBerryPush

      public DeviceTokenBlackBerryPush()
      A token for BlackBerry Push Service.
    • DeviceTokenBlackBerryPush

      public DeviceTokenBlackBerryPush(String token)
      A token for BlackBerry Push Service.
      Parameters:
      token - String Token; may be empty to deregister a device.
    • DeviceTokenBlackBerryPush

      public DeviceTokenBlackBerryPush(DataInput input) throws IOException
      A token for BlackBerry Push Service.
      Throws:
      IOException
  • Method Details