Picker Client
친구를 선택할 수 있는 피커를 호출합니다.
Constructors
Types
Functions
Link copied to clipboard
fun selectFriend(context: Context, params: OpenPickerFriendRequestParams, callback: (selectedUsers: SelectedUsers?, error: Throwable?) -> Unit)
Content copied to clipboard
한 명의 친구만 선택(싱글 피커)할 수 있는 친구 피커를 화면 전체에 표시합니다.
Link copied to clipboard
fun selectFriendPopup(context: Context, params: OpenPickerFriendRequestParams, callback: (selectedUsers: SelectedUsers?, error: Throwable?) -> Unit)
Content copied to clipboard
한 명의 친구만 선택(싱글 피커)할 수 있는 친구 피커를 팝업 형태로 표시합니다.
Link copied to clipboard
fun selectFriends(context: Context, params: OpenPickerFriendRequestParams, callback: (selectedUsers: SelectedUsers?, error: Throwable?) -> Unit)
Content copied to clipboard
여러 명의 친구를 선택(멀티 피커)할 수 있는 친구 피커를 화면 전체에 표시합니다.
Link copied to clipboard
fun selectFriendsPopup(context: Context, params: OpenPickerFriendRequestParams, callback: (selectedUsers: SelectedUsers?, error: Throwable?) -> Unit)
Content copied to clipboard
여러 명의 친구를 선택(멀티 피커)할 수 있는 친구 피커를 팝업 형태로 표시합니다.
Extensions
Link copied to clipboard
fun PickerClient.select(context: Context, params: PickerTabRequestParams, callback: (selectedUsers: SelectedUsers?, selectedChat: SelectedChat?, error: Throwable?) -> Unit)
Content copied to clipboard
친구 피커와 채팅방 피커를 탭 구조로 제공하는 탭 피커를 화면 전체에 표시합니다.
Link copied to clipboard
fun PickerClient.selectChat(context: Context, params: PickerChatRequestParams, callback: (selectedUsers: SelectedUsers?, selectedChat: SelectedChat?, error: Throwable?) -> Unit)
Content copied to clipboard
채팅방이나 채팅방 멤버를 선택할 수 있는 채팅방 피커를 화면 전체에 표시합니다.
Link copied to clipboard
fun PickerClient.selectChatPopup(context: Context, params: PickerChatRequestParams, callback: (selectedUsers: SelectedUsers?, selectedChat: SelectedChat?, error: Throwable?) -> Unit)
Content copied to clipboard
채팅방이나 채팅방 멤버를 선택할 수 있는 채팅방 피커를 팝업 형태로 표시합니다.
Link copied to clipboard
fun PickerClient.selectFriend(context: Context, params: PickerFriendRequestParams, callback: (selectedUsers: SelectedUsers?, error: Throwable?) -> Unit)
Content copied to clipboard
한 명의 친구만 선택(싱글 피커)할 수 있는 친구 피커를 화면 전체에 표시합니다.
Link copied to clipboard
fun PickerClient.selectFriendPopup(context: Context, params: PickerFriendRequestParams, callback: (selectedUsers: SelectedUsers?, error: Throwable?) -> Unit)
Content copied to clipboard
한 명의 친구만 선택(싱글 피커)할 수 있는 친구 피커를 팝업 형태로 표시합니다.
Link copied to clipboard
fun PickerClient.selectFriends(context: Context, params: PickerFriendRequestParams, callback: (selectedUsers: SelectedUsers?, error: Throwable?) -> Unit)
Content copied to clipboard
여러 명의 친구를 선택(멀티 피커)할 수 있는 친구 피커를 화면 전체에 표시합니다.
Link copied to clipboard
fun PickerClient.selectFriendsPopup(context: Context, params: PickerFriendRequestParams, callback: (selectedUsers: SelectedUsers?, error: Throwable?) -> Unit)
Content copied to clipboard
여러 명의 친구를 선택(멀티 피커)할 수 있는 친구 피커를 팝업 형태로 표시합니다.
Link copied to clipboard
fun PickerClient.selectPopup(context: Context, params: PickerTabRequestParams, callback: (selectedUsers: SelectedUsers?, selectedChat: SelectedChat?, error: Throwable?) -> Unit)
Content copied to clipboard
친구 피커와 채팅방 피커를 탭 구조로 제공하는 탭 피커를 팝업 형태로 표시합니다.