Module tdlight.api

Class TdApi.DeviceTokenMicrosoftPushVoIP

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

public static final class TdApi.DeviceTokenMicrosoftPushVoIP extends TdApi.DeviceToken
A token for Microsoft Push Notification Service VoIP channel.
  • Field Details

    • channelUri

      public String channelUri
      Push notification channel URI; may be empty to deregister a device.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • DeviceTokenMicrosoftPushVoIP

      public DeviceTokenMicrosoftPushVoIP()
      A token for Microsoft Push Notification Service VoIP channel.
    • DeviceTokenMicrosoftPushVoIP

      public DeviceTokenMicrosoftPushVoIP(String channelUri)
      A token for Microsoft Push Notification Service VoIP channel.
      Parameters:
      channelUri - String Push notification channel URI; may be empty to deregister a device.
    • DeviceTokenMicrosoftPushVoIP

      public DeviceTokenMicrosoftPushVoIP(DataInput input) throws IOException
      A token for Microsoft Push Notification Service VoIP channel.
      Throws:
      IOException
  • Method Details