Class: LoginPort

LoginPort


new LoginPort()

云信允许多端同时登录, LoginPort代表一个登录端

Properties:
Name Type Description
type String

登录的设备类型

os String

登录设备的操作系统

mac String

登录设备的 mac 地址

deviceId String

登录设备ID, uuid

account String

登录的帐号

connectionId Number

登录设备的连接号

ip String

登录的服务器 IP

time Number

登录时间

online Boolean

是否在线

Members


<static, readonly> type :String

设备类型

  • 'Android' (安卓)
  • 'iOS' (苹果)
  • 'PC' (桌面)
  • 'WindowsPhone' (微软)
  • 'Web' (浏览器)
Type:
  • String