Module tdlight.api

Class TdApi.DeviceTokenApplePushVoIP

Enclosing class:
TdApi

public static final class TdApi.DeviceTokenApplePushVoIP extends TdApi.DeviceToken
A token for Apple Push Notification service VoIP notifications.
  • Field Details

    • deviceToken

      public String deviceToken
      Device token; may be empty to deregister a device.
    • isAppSandbox

      public boolean isAppSandbox
      True, if App Sandbox is enabled.
    • encrypt

      public boolean encrypt
      True, if push notifications must be additionally encrypted.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • DeviceTokenApplePushVoIP

      public DeviceTokenApplePushVoIP()
      A token for Apple Push Notification service VoIP notifications.
    • DeviceTokenApplePushVoIP

      public DeviceTokenApplePushVoIP(String deviceToken, boolean isAppSandbox, boolean encrypt)
      A token for Apple Push Notification service VoIP notifications.
      Parameters:
      deviceToken - String Device token; may be empty to deregister a device.
      isAppSandbox - boolean True, if App Sandbox is enabled.
      encrypt - boolean True, if push notifications must be additionally encrypted.
    • DeviceTokenApplePushVoIP

      public DeviceTokenApplePushVoIP(DataInput input) throws IOException
      A token for Apple Push Notification service VoIP notifications.
      Throws:
      IOException
  • Method Details