AgoraRtmGetUserAttributesBlock Block Reference

Declared in AgoraRtmKit.h

Block Definition

AgoraRtmGetUserAttributesBlock

Returns the result of the getUserAttributes or the getUserAttributesByKeys method call.

  • attributes: An array of RtmAttibutes. See AgoraRtmAttribute.

  • userId: The User ID of the specified user.

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

    Declared In

    AgoraRtmKit.h