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, viewType: ViewType): Single<Pair<SelectedUsers?, SelectedChats?>>

탭 피커
Tap picker

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

채팅방 피커
Chat picker

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

친구 피커
Friends picker

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

친구 피커
Friends picker