select Friend Popup
fun PickerClient.selectFriendPopup(context: Context, params: PickerFriendRequestParams, callback: (selectedUsers: SelectedUsers?, error: Throwable?) -> Unit)
Content copied to clipboard
팝업 형태의 멀티 피커 요청
Requests a multi-picker in pop-up view
fun RxPickerClient.selectFriendPopup(context: Context, params: PickerFriendRequestParams): Single<SelectedUsers>
Content copied to clipboard
팝업 형태의 싱글 피커 요청
Requests a single picker in pop-up view