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