getUserAttributesByKeys

最近更新时间:2022-09-20 05:17:40


flutter void ARRtmClient.getUserAttributesByKeys            ({
    String                                      userId,
    List< String >                              attributeKeys,
    ResultCallback< List< RtmAttribute >>       resultCallback 
});

获取指定用户指定属性名的属性。

getUserAttributesgetUserAttributesByKeys 一并计算在内:调用频率上限为每 5 秒 40 次。

参数

userId指定用户的用户 ID。

attributeKeys属性名列表。

resultCallback

Implementation

Future <void> ARRtmClient.getUserAttributesByKeys{
    String  List.attributeKeys,
}