RxPickerClient

class RxPickerClient

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

Constructors

Link copied to clipboard
fun RxPickerClient()

Types

Link copied to clipboard
object Companion

Functions

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 selectFriendPopup(context: Context, params: OpenPickerFriendRequestParams): Single<SelectedUsers>

팝업 형태의 싱글 피커 요청
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
fun selectFriendsPopup(context: Context, params: OpenPickerFriendRequestParams): Single<SelectedUsers>

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