friendsForPartner

fun TalkApiClient.friendsForPartner(friendFilter: FriendFilter? = null, friendOrder: FriendOrder? = null, offset: Int? = null, limit: Int? = null, order: Order? = null, countryCodes: List<String>? = null, callback: (friends: Friends<PartnerFriend>?, error: Throwable?) -> Unit)
fun RxTalkApiClient.friendsForPartner(friendFilter: FriendFilter? = null, friendOrder: FriendOrder? = null, offset: Int? = null, limit: Int? = null, order: Order? = null, countryCodes: List<String>? = null): Single<Friends<PartnerFriend>>

친구 목록 가져오기
Retrieve list of friends

Parameters

friendFilter

친구 목록 필터링 설정
Filtering options for the friend list

friendOrder

친구 정렬 방식
Method to sort the friend list

offset

친구 목록 시작 지점
Start point of the friend list

limit

페이지당 결과 수
Number of results in a page

order

정렬 방식
Sorting method

countryCodes

국가 코드 필터링 설정
Options for filtering by country codes


fun TalkApiClient.friendsForPartner(context: PartnerFriendsContext?, callback: (friends: Friends<PartnerFriend>?, error: Throwable?) -> Unit)

친구 목록 가져오기
Retrieve list of friends

Parameters

context

친구 목록 조회 설정
Context for retrieving friend list