select Friends Popup
fun PickerClient.selectFriendsPopup(context: Context, params: PickerFriendRequestParams, callback: (selectedUsers: SelectedUsers?, error: Throwable?) -> Unit)
Content copied to clipboard
fun RxPickerClient.selectFriendsPopup(context: Context, params: PickerFriendRequestParams): Single<SelectedUsers>
Content copied to clipboard
여러 명의 친구를 선택(멀티 피커)할 수 있는 친구 피커를 팝업 형태로 표시합니다.