SDKsFlutter
Group applications overview
Retrieve, handle, and listen for group applications with the OpenIM Flutter SDK.
The Flutter SDK provides methods for retrieving received and sent applications, querying the unhandled count, accepting applications, and rejecting applications. It does not provide methods to read or clear a badge count or delete application records.
Handle application events through the application's single OnGroupListener. Merge them by groupID:userID, and reset pagination if a change occurs while pages are being loaded.
Was this page helpful?