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 de-register a device.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • 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 - String The access token that will be used to send notifications; may be empty to de-register a device.
    • DeviceTokenWindowsPush

      public DeviceTokenWindowsPush​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details