queryGroupAttributes abstract method

Future<ZIMGroupAttributesQueriedResult> queryGroupAttributes(
  1. List<String> keys,
  2. String groupID
)

Available since: 2.1.5 and above.

Description: After a group is created, you can use this method to query the specified group properties.

Use cases: You need to query the scenarios to display the specified group attributes.

When to call /Trigger: After creating a ZIM instance with create and logging in with login.

Restrictions: Available after login, unavailable after logout.

Related APIs: queryGroupAllAttributes Queries all group attributes.

keys The key of the group attribute to be queried. groupID The group ID of the group attribute to be queried.

Implementation

Future<ZIMGroupAttributesQueriedResult> queryGroupAttributes(
    List<String> keys, String groupID);