queryGroupInfo abstract method

Future<ZIMGroupInfoQueriedResult> queryGroupInfo(
  1. String groupID
)

Available since: 2.1.5 and above.

Description: Query information about a created group.

Use cases: You need to obtain group information for display.

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

Related callbacks: Through the callback ZIMGroupInfoQueriedResult can query the result of the group information.

groupID The group ID of the group information to be queried.

Implementation

Future<ZIMGroupInfoQueriedResult> queryGroupInfo(String groupID);