unblockUser

fun unblockUser(blockedUser: User, handler: CompletionHandler?)

Unblocks the specified User. Unblocked User can send messages to the ex-blocker.

Parameters

blockedUser

User to unblock.

handler

Callback handler.


fun unblockUser(blockedUserId: String, handler: CompletionHandler?)

Unblocks the specified User ID. Unblocked User cannot send messages to the ex-blocker.

Parameters

blockedUserId

User ID to unblock.

handler

Callback handler.