select Chat Popup
fun PickerClient.selectChatPopup(context: Context, params: PickerChatRequestParams, callback: (selectedUsers: SelectedUsers?, selectedChat: SelectedChat?, error: Throwable?) -> Unit)
Content copied to clipboard
fun RxPickerClient.selectChatPopup(context: Context, params: PickerChatRequestParams): Single<Pair<SelectedUsers?, SelectedChat?>>
Content copied to clipboard
채팅방이나 채팅방 멤버를 선택할 수 있는 채팅방 피커를 팝업 형태로 표시합니다.