Interface DeviceTokenBlackBerryPush

A token for BlackBerry Push Service. Subtype of DeviceToken.

interface DeviceTokenBlackBerryPush {
    @type: "deviceTokenBlackBerryPush";
    token: string;
}

Properties

Properties

@type: "deviceTokenBlackBerryPush"
token: string

Token; may be empty to deregister a device.