unSubscribeEvent

public abstract void unSubscribeEvent(SubscribeEventRequest request, IRongCoreCallback.SubscribeEventCallback<List<String>> callback)

Unsubscribes from user status events.

This method is used to unsubscribe from previously subscribed user status events.

Since

5.8.0

Parameters

request

The request object for unsubscription, containing the user information for which the status subscription should be canceled.

callback

The result callback used to receive the outcome of the unsubscription operation.

See also