Skip to content

Latest commit

 

History

History
42 lines (21 loc) · 1.51 KB

File metadata and controls

42 lines (21 loc) · 1.51 KB

SunshineConversationsClient.Device

Properties

Name Type Description Notes
id String The unique ID of the device. [optional]
type String The type of integration that the device represents. [optional]
guid String A unique identifier for the device, generated client-side by the SDK. [optional]
clientId String The id of the client to which this device is associated. [optional]
status String The device status. Indicates if the device will receive push notifications or not. [optional]
integrationId String The ID of the integration that the device was created for. [optional]
lastSeen String A datetime string with the format YYYY-MM-DDThh:mm:ss.SSSZ representing the last time the user interacted with this device. [optional]
pushNotificationToken String The token used for push notifications on Android and iOS devices. [optional]
info Object A flat curated object with properties that vary for each SDK platform. All keys are optional and not guaranteed to be available. [optional]
appVersion String Version of the mobile app in which the SDK is embedded. Not applicable for devices of type web. [optional]

Enum: TypeEnum

  • android (value: "android")

  • ios (value: "ios")

  • web (value: "web")

Enum: StatusEnum

  • active (value: "active")

  • inactive (value: "inactive")