RxPickerClient

피커 API 클라이언트
Client for the picker

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun RxPickerClient.select(context: Context, params: PickerTabRequestParams): Single<Pair<SelectedUsers?, SelectedChat?>>

풀 스크린 형태의 탭 피커 요청
Requests a tap picker in full-screen view

Link copied to clipboard
fun RxPickerClient.selectChat(context: Context, params: PickerChatRequestParams): Single<Pair<SelectedUsers?, SelectedChat?>>

풀 스크린 형태의 채팅방 피커 요청
Requests a chat picker in full-screen view

Link copied to clipboard
fun RxPickerClient.selectChatPopup(context: Context, params: PickerChatRequestParams): Single<Pair<SelectedUsers?, SelectedChat?>>

팝업 형태의 채팅방 피커 요청
Requests a chat picker in pop-up view

Link copied to clipboard
fun selectFriend(context: Context, params: OpenPickerFriendRequestParams): Single<SelectedUsers>

풀 스크린 형태의 싱글 피커 요청
Requests a single picker in full-screen view

Link copied to clipboard
fun RxPickerClient.selectFriend(context: Context, params: PickerFriendRequestParams): Single<SelectedUsers>

풀 스크린 형태의 싱글 피커 요청
Requests a single picker in full-screen view

Link copied to clipboard
fun selectFriendPopup(context: Context, params: OpenPickerFriendRequestParams): Single<SelectedUsers>

팝업 형태의 싱글 피커 요청
Requests a single picker in pop-up view

Link copied to clipboard

팝업 형태의 싱글 피커 요청
Requests a single picker in pop-up view

Link copied to clipboard
fun selectFriends(context: Context, params: OpenPickerFriendRequestParams): Single<SelectedUsers>

풀 스크린 형태의 멀티 피커 요청
Requests a multi-picker in full-screen view

Link copied to clipboard

풀 스크린 형태의 멀티 피커 요청
Requests a multi-picker in full-screen view

Link copied to clipboard
fun selectFriendsPopup(context: Context, params: OpenPickerFriendRequestParams): Single<SelectedUsers>

팝업 형태의 멀티 피커 요청
Requests a multi-picker in pop-up view

Link 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?>>

팝업 형태의 탭 피커 요청
Requests a tap picker in pop-up view