Browse SDKs · React Native
SDKsReact Native

Get pending application count

Get the unhandled friend-request count with the OpenIM React Native SDK.

Copy

Call getFriendApplicationUnhandledCount() to get the number of unhandled friend requests after a specified time.

const count = await OpenIMSDK.getFriendApplicationUnhandledCount({
  time,
});

Parameter description

ParameterTypeRequiredDescription
timenumberYesStart 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.