Options
All
  • Public
  • Public/Protected
  • All
Menu

export class type

Hierarchy

  • ChatDeviceInfo

Index

Constructors

  • new ChatDeviceInfo(params: { deviceName: string; deviceUUID: string; resource: string }): ChatDeviceInfo
  • Parameters

    • params: { deviceName: string; deviceUUID: string; resource: string }
      • deviceName: string
      • deviceUUID: string
      • resource: string

    Returns ChatDeviceInfo

Properties

deviceName: string

The device type, such as "Pixel 6 Pro".

deviceUUID: string

The UUID of the device.

resource: string

The information of logged-in devices.

Generated using TypeDoc