TalkProfile

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

카카오톡 프로필 조회 API 응답 클래스

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?

카카오톡 국가 코드

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

카카오톡 닉네임

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

카카오톡 프로필 이미지 URL

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

카카오톡 프로필 이미지 썸네일 URL