AgoraRtmQueryPeersOnlineBlock Block Reference

Declared in AgoraRtmKit.h

Block Definition

AgoraRtmQueryPeersOnlineBlock

返回 queryPeersOnlineStatus 方法的调用结果。

  • peerOnlineStatus: 用户在线状态列表。单元结构详见 AgoraRtmPeerOnlineStatus。
  • errorCode: 错误码。详见 AgoraRtmQueryPeersOnlineErrorCode。

  • typedef void (^AgoraRtmQueryPeersOnlineBlock) (NSArray <, AgoraRtmPeerOnlineStatus *>, * peerOnlineStatus, AgoraRtmQueryPeersOnlineErrorCode errorCode)

    Declared In

    AgoraRtmKit.h