queryGroupAllAttributes abstract method

Future<ZIMGroupAttributesQueriedResult> queryGroupAllAttributes(
  1. String groupID
)

Available since: 2.1.5 and above.

Description: After a group is created, you can use this method to query all group attributes.

Use cases: Scenarios where all group attributes need to be queried.

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

Related callbacks: Through callback can get query ZIMGroupAttributesQueriedResult all the results of the group of attributes.

Related APIs: queryGroupAttributes Queries the attributes of the specified group.

groupID The group ID of all group attributes to be queried.

Implementation

Future<ZIMGroupAttributesQueriedResult> queryGroupAllAttributes(
    String groupID);