StoryProfile

data class StoryProfile(nickname: String?, profileImageUrl: String?, thumbnailUrl: String?, bgImageUrl: String?, permalink: String?, birthday: String?, birthdayType: BirthdayType?) : Parcelable

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

Constructors

Link copied to clipboard
fun StoryProfile(nickname: String?, profileImageUrl: String?, thumbnailUrl: String?, bgImageUrl: String?, permalink: String?, birthday: String?, birthdayType: BirthdayType?)

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 = "bgImageURL")
val bgImageUrl: String?

카카오스토리 배경이미지 URL

Link copied to clipboard
val birthday: String?

생일 (MMDD)

Link copied to clipboard
@SerializedName(value = "birthdayType")
val birthdayType: BirthdayType?

생일 타입

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

카카오스토리 닉네임

Link copied to clipboard
val permalink: String?

카카오스토리 permanent link. 내 스토리를 방문할 수 있는 웹 page 의 URL

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

카카오스토리 프로필 이미지 URL

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

카카오스토리 프로필 이미지 썸네일 URL