Interface UnblockUserListener
-
- All Implemented Interfaces:
public interface UnblockUserListenerListener for ChatClient.unblockUser requests.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonUnblockUserResult(String userId, Result<Unit> result)Runs side effect after the request was completed. -
-
Method Detail
-
onUnblockUserResult
abstract Unit onUnblockUserResult(String userId, Result<Unit> result)
Runs side effect after the request was completed.
- Parameters:
userId- The id of the user that was unblocked.result- The Result of the unblock operation.
-
-
-
-