getUserAllAttributes 和 getUserAttributesByKeys方法的调用结果。
返回typedef void (^ARtmGetUserAttributesBlock)(NSArray< ARtmAttribute *> * _Nullable attributes, NSString * _Nonnull uid, ARtmProcessAttributeErrorCode errorCode);
attributes
返回的属性数组。详见 ARtmAttribute 。
uid
指定用户的用户 ID。
errorCode
错误码。详见 ARtmProcessAttributeErrorCode 。