Class TdApi.DeviceTokenApplePushVoIP

  • Enclosing class:
    TdApi

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

      • 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
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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 - Device token; may be empty to deregister a device.
        isAppSandbox - True, if App Sandbox is enabled.
        encrypt - True, if push notifications must be additionally encrypted.