TalkProfile

data class TalkProfile(nickname: String?, profileImageUrl: String?, thumbnailUrl: String?, countryISO: String?) : Parcelable

카카오톡 프로필
Kakao Talk profile

Constructors

Link copied to clipboard
fun TalkProfile(nickname: String?, profileImageUrl: String?, thumbnailUrl: String?, countryISO: String?)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
@SerializedName(value = "countryISO")
val countryISO: String?

국가 코드
Country code

Link copied to clipboard
@SerializedName(value = "nickName")
val nickname: String?

프로필 닉네임
Profile nickname

Link copied to clipboard
@SerializedName(value = "profileImageURL")
val profileImageUrl: String?

프로필 이미지
Profile image

Link copied to clipboard
@SerializedName(value = "thumbnailURL")
val thumbnailUrl: String?

프로필 썸네일 이미지
Profile thumbnail image