void ARRtmClient.getUserAttributesByKeys ({
String userId,
List< String > attributeKeys,
ResultCallback< List< RtmAttribute >> resultCallback
});
flutter
获取指定用户指定属性名的属性。
getUserAttributes 和 getUserAttributesByKeys 一并计算在内:调用频率上限为每 5 秒 40 次。
参数
userId
指定用户的用户 ID。
attributeKeys
属性名列表。
resultCallback
- 方法调用成功:收到 onSuccess 回调和一个 RtmAttribute 列表。
- 方法调用失败:收到 onFailure 回调。错误码详见 RtmProcessAttributeErrorCode。
Implementation
Future <void> ARRtmClient.getUserAttributesByKeys{
String List.attributeKeys,
}