queryGroupMemberInfo abstract method

Future<ZIMGroupMemberInfoQueriedResult> queryGroupMemberInfo(
  1. String userID,
  2. String groupID
)

Available since: 2.1.5 and above.

Description: After a group is created, you can use this method to query information about a specified group member.

Use cases: You need to obtain the specified group member information for display or interaction.

When to call /Trigger: The ZIM instance can be invoked after being created by create and logged in.

Restrictions: Available after login, unavailable after logout.

userID User ID of the queried member information. groupID The ID of the group whose member information will be queried.

Implementation

Future<ZIMGroupMemberInfoQueriedResult> queryGroupMemberInfo(
    String userID, String groupID);