SDKsReact Native
Get pending application count
Get the unhandled friend-request count with the OpenIM React Native SDK.
Call getFriendApplicationUnhandledCount() to get the number of unhandled friend requests after a specified time.
const count = await OpenIMSDK.getFriendApplicationUnhandledCount({
time,
});Parameter description
| Parameter | Type | Required | Description |
|---|---|---|---|
time | number | Yes | Start time for the query, normally the last time the request list was viewed. |
The method returns the number of unhandled friend requests after the specified time.
Was this page helpful?