Class TdApi.DeviceTokenWindowsPush

  • Enclosing class:
    TdApi

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

      • 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:
        Constant Field Values
    • Constructor Detail

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