subscribeEvent

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

Subscribes to user status events.

This method is used to subscribe to the status of a group of users. When the status of these users changes, the caller will be notified through the callback interface.

Since

5.8.0

Parameters

request

The subscription request object containing the user information whose status needs to be subscribed.

callback

The result callback used to receive the result of the subscription operation or status update notifications.

See also