Contains the properties of a device registered for push notifications.

Hierarchy

  • DeviceDetails

Properties

clientId?: string

The client ID the device is connected to Ably with.

deviceSecret?: string

A unique device secret generated by the Ably SDK.

formFactor: DeviceFormFactor

The DeviceFormFactor object associated with the device. Describes the type of the device, such as phone or tablet.

id: string

A unique ID generated by the device.

metadata?: any

A JSON object of key-value pairs that contains metadata for the device.

platform: DevicePlatform

The DevicePlatform associated with the device. Describes the platform the device uses, such as android or ios.

The DevicePushDetails object associated with the device. Describes the details of the push registration of the device.

Generated using TypeDoc