Interface DeviceTokenApplePushVoIp

A token for Apple Push Notification service VoIP notifications. Subtype of DeviceToken.

interface DeviceTokenApplePushVoIp {
    @type: "deviceTokenApplePushVoIP";
    device_token: string;
    encrypt?: boolean;
    is_app_sandbox?: boolean;
}

Properties

@type: "deviceTokenApplePushVoIP"
device_token: string

Device token; may be empty to deregister a device.

encrypt?: boolean

True, if push notifications must be additionally encrypted.

is_app_sandbox?: boolean

True, if App Sandbox is enabled.