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 unsubscribe request object containing user information for unsubscribing from status events.

callback

The result callback for receiving the outcome of the unsubscribe operation.

See also