Interface DeviceTokenSimplePush

A token for Simple Push API for Firefox OS. Subtype of DeviceToken.

interface DeviceTokenSimplePush {
    @type: "deviceTokenSimplePush";
    endpoint: string;
}

Properties

Properties

@type: "deviceTokenSimplePush"
endpoint: string

Absolute URL exposed by the push service where the application server can send push messages; may be empty to deregister a device.