Interface DeviceTokenUbuntuPush

A token for Ubuntu Push Client service. Subtype of DeviceToken.

interface DeviceTokenUbuntuPush {
    @type: "deviceTokenUbuntuPush";
    token: string;
}

Properties

Properties

@type: "deviceTokenUbuntuPush"
token: string

Token; may be empty to deregister a device.