Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IReceiveMessageListener

消息监听器

Hierarchy

  • IReceiveMessageListener

Index

Methods

Methods

  • 消息回调

    Parameters

    • message: IReceivedMessageV2

      接收到的消息

    • Optional leftCount: number

      该参数废弃,值将始终为 undefined

    • Optional hasMore: boolean

      c++ 协议栈配套参数,消息是否收取结束

    Returns void