Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • LocationMsgSetParameters

Index

Properties

addr: string

地址。

buildingName: string

建筑物名称。

chatType: ChatType

会话类型。

ext?: {}

消息扩展。

Type declaration

  • [key: string]: any
from?: string

消息发送方,只能是当前用户,无法修改。

lat: number

纬度。

lng: number

经度。

roomType?: boolean
deprecated

会话类型是否是聊天室。

to: string

消息接收方。

Methods

  • fail(): void
  • 消息发送失败的回调。

    Returns void

  • success(): void
  • 消息发送成功的回调。

    Returns void

Generated using TypeDoc