Browse SDKs · WASM
SDKsWASM

Clear the group application badge

Clear the current user’s group application badge count.

Copy

After the user opens and reviews the application list, clear the badge count as follows:

await openimsdk.clearGroupApplicationBadgeCount();

When the Promise resolves, the clear request has completed. This operation does not accept, reject, or delete any applications. Reconcile the latest badge count through OnGroupApplicationBadgeCountChanged. For the complete listener implementation, see Get received group applications.