getBlacklistStatus

public abstract void getBlacklistStatus(String userId, RongIMClient.ResultCallback<RongIMClient.BlacklistStatus> callback)

Checks whether a user is in the blocklist.

Parameters

userId

The user ID.

callback

Callback to check if the user is in the blocklist.

See also