friends For Partner
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)
Content copied to clipboard
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>>
Content copied to clipboard
친구 목록 가져오기
Retrieve list of friends
Parameters
friend Filter
친구 목록 필터링 설정
Filtering options for the friend list
friend Order
친구 정렬 방식
Method to sort the friend list
offset
친구 목록 시작 지점
Start point of the friend list
limit
페이지당 결과 수
Number of results in a page
order
정렬 방식
Sorting method
country Codes
국가 코드 필터링 설정
Options for filtering by country codes
fun TalkApiClient.friendsForPartner(context: PartnerFriendsContext?, callback: (friends: Friends<PartnerFriend>?, error: Throwable?) -> Unit)
Content copied to clipboard
친구 목록 가져오기
Retrieve list of friends
Parameters
context
친구 목록 조회 설정
Context for retrieving friend list