Interface DeviceTokenMicrosoftPushVoIp

A token for Microsoft Push Notification Service VoIP channel. Subtype of DeviceToken.

interface DeviceTokenMicrosoftPushVoIp {
    @type: "deviceTokenMicrosoftPushVoIP";
    channel_uri: string;
}

Properties

Properties

@type: "deviceTokenMicrosoftPushVoIP"
channel_uri: string

Push notification channel URI; may be empty to deregister a device.