AgoraRtmGetUserAttributesBlock Block Reference

Declared in AgoraRtmKit.h

Block Definition

AgoraRtmGetUserAttributesBlock

返回 getUserAttributesgetUserAttributes 方法的调用结果。

  • attributes: 返回的属性数组。详见 AgoraRtmAttribute。
  • userId: 指定用户的用户 ID。
  • errorCode: 错误码。详见 AgoraRtmProcessAttributeErrorCode。

  • typedef void (^AgoraRtmGetUserAttributesBlock) (NSArray <, AgoraRtmAttribute *>, * _Nullable, attributes , NSString *userId, AgoraRtmProcessAttributeErrorCode errorCode)

    Declared In

    AgoraRtmKit.h