Package-level declarations

피커 API 패키지
Package for the picker APIs

피커 API 패키지
Package for the picker APIs

Types

Link copied to clipboard

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

Functions

Link copied to clipboard
fun PickerClient.selectFriend(    context: Context,     params: OpenPickerFriendRequestParams,     callback: (selectedUsers: SelectedUsers?, error: Throwable?) -> Unit)

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

Link copied to clipboard
fun PickerClient.selectFriendPopup(    context: Context,     params: OpenPickerFriendRequestParams,     callback: (selectedUsers: SelectedUsers?, error: Throwable?) -> Unit)

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

Link copied to clipboard
fun PickerClient.selectFriends(    context: Context,     params: OpenPickerFriendRequestParams,     callback: (selectedUsers: SelectedUsers?, error: Throwable?) -> Unit)

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

Link copied to clipboard
fun PickerClient.selectFriendsPopup(    context: Context,     params: OpenPickerFriendRequestParams,     callback: (selectedUsers: SelectedUsers?, error: Throwable?) -> Unit)

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

Properties

Link copied to clipboard