Interface DeviceTokenMicrosoftPush

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

interface DeviceTokenMicrosoftPush {
    @type: "deviceTokenMicrosoftPush";
    channel_uri: string;
}

Properties

Properties

@type: "deviceTokenMicrosoftPush"
channel_uri: string

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