Module tdlight.api

Class TdApi.DeviceTokenWindowsPush

Enclosing class:
TdApi

public static final 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
      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 - String The access token that will be used to send notifications; may be empty to deregister a device.
    • DeviceTokenWindowsPush

      public DeviceTokenWindowsPush(DataInput input) throws IOException
      A token for Windows Push Notification Services.
      Throws:
      IOException
  • Method Details