SocialFriendsResponse
data class SocialFriendsResponse( val friendsList: List<SocialFriend>, val limit: Int, val offset: Int, val platform: SocialNetwork?, val totalCount: Int, val withXlUid: Boolean)
Content copied to clipboard
Constructors
Link copied to clipboard
fun SocialFriendsResponse( friendsList: List<SocialFriend>, limit: Int, offset: Int, platform: SocialNetwork?, totalCount: Int, withXlUid: Boolean)
Content copied to clipboard