kakao-android-sdk-rx / com.kakao.sdk.talk.model / Friends

Friends

data class Friends<T : Parcelable> : Parcelable

Author
kevin.kang. Created on 2018. 3. 22..

Constructors

<init>

Friends(totalCount: Int, elements: List<T>)

Properties

elements

val elements: List<T>

totalCount

val totalCount: Int

Companion Object Functions

fromJson

fun <T : Parcelable> fromJson(string: String, clazz: Class<T>): Friends<T>