Interface DeviceTokenHuaweiPush

A token for HUAWEI Push Service. Subtype of DeviceToken.

interface DeviceTokenHuaweiPush {
    @type: "deviceTokenHuaweiPush";
    encrypt?: boolean;
    token: string;
}

Properties

Properties

@type: "deviceTokenHuaweiPush"
encrypt?: boolean

True, if push notifications must be additionally encrypted.

token: string

Device registration token; may be empty to deregister a device.