queryGroupApplicationList abstract method

Available since: 2.15.0 and above.

Description: The query results include your own application to join the group and your application to be invited to join the group. When the user is a group owner or administrator, the query results will also include other people's applications to join the group and their own applications to invite others to the group.

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

Implementation

Future<ZIMGroupApplicationListQueriedResult> queryGroupApplicationList(ZIMGroupApplicationListQueryConfig config);