Class TdApi.DeviceTokenWindowsPush

Enclosing class:
TdApi

public static class TdApi.DeviceTokenWindowsPush extends TdApi.DeviceToken
A token for Windows Push Notification Services.
  • Field Details

    • accessToken

      public String accessToken
      The access token that will be used to send notifications; may be empty to deregister a device.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • DeviceTokenWindowsPush

      public DeviceTokenWindowsPush()
      A token for Windows Push Notification Services.
    • DeviceTokenWindowsPush

      public DeviceTokenWindowsPush(String accessToken)
      A token for Windows Push Notification Services.
      Parameters:
      accessToken - The access token that will be used to send notifications; 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