Rx Picker Client
피커 API 클라이언트
Client for the picker
Constructors
Types
Functions
Link copied to clipboard
fun selectFriend(context: Context, params: OpenPickerFriendRequestParams): Single<SelectedUsers>
Content copied to clipboard
풀 스크린 형태의 싱글 피커 요청
Requests a single picker in full-screen view
Link copied to clipboard
fun selectFriendPopup(context: Context, params: OpenPickerFriendRequestParams): Single<SelectedUsers>
Content copied to clipboard
팝업 형태의 싱글 피커 요청
Requests a single picker in pop-up view
Link copied to clipboard
fun selectFriends(context: Context, params: OpenPickerFriendRequestParams): Single<SelectedUsers>
Content copied to clipboard
풀 스크린 형태의 멀티 피커 요청
Requests a multi-picker in full-screen view
Link copied to clipboard
fun selectFriendsPopup(context: Context, params: OpenPickerFriendRequestParams): Single<SelectedUsers>
Content copied to clipboard
팝업 형태의 멀티 피커 요청
Requests a multi-picker in pop-up view
Extensions
Link copied to clipboard
fun RxPickerClient.select(context: Context, params: PickerTabRequestParams): Single<Pair<SelectedUsers?, SelectedChat?>>
Content copied to clipboard
풀 스크린 형태의 탭 피커 요청
Requests a tap picker in full-screen view
Link copied to clipboard
fun RxPickerClient.selectChat(context: Context, params: PickerChatRequestParams): Single<Pair<SelectedUsers?, SelectedChat?>>
Content copied to clipboard
풀 스크린 형태의 채팅방 피커 요청
Requests a chat picker in full-screen view
Link copied to clipboard
fun RxPickerClient.selectChatPopup(context: Context, params: PickerChatRequestParams): Single<Pair<SelectedUsers?, SelectedChat?>>
Content copied to clipboard
팝업 형태의 채팅방 피커 요청
Requests a chat picker in pop-up view
Link copied to clipboard
fun RxPickerClient.selectFriend(context: Context, params: PickerFriendRequestParams): Single<SelectedUsers>
Content copied to clipboard
풀 스크린 형태의 싱글 피커 요청
Requests a single picker in full-screen view
Link copied to clipboard
fun RxPickerClient.selectFriendPopup(context: Context, params: PickerFriendRequestParams): Single<SelectedUsers>
Content copied to clipboard
팝업 형태의 싱글 피커 요청
Requests a single picker in pop-up view
Link copied to clipboard
fun RxPickerClient.selectFriends(context: Context, params: PickerFriendRequestParams): Single<SelectedUsers>
Content copied to clipboard
풀 스크린 형태의 멀티 피커 요청
Requests a multi-picker in full-screen view
Link copied to clipboard
fun RxPickerClient.selectFriendsPopup(context: Context, params: PickerFriendRequestParams): Single<SelectedUsers>
Content copied to clipboard
팝업 형태의 멀티 피커 요청
Requests a multi-picker in pop-up view
Link copied to clipboard
fun RxPickerClient.selectPopup(context: Context, params: PickerTabRequestParams): Single<Pair<SelectedUsers?, SelectedChat?>>
Content copied to clipboard
팝업 형태의 탭 피커 요청
Requests a tap picker in pop-up view