kakao-partner-android-sdk-rx / com.kakao.sdk.story.model / StoryProfile

StoryProfile

data class StoryProfile : Parcelable

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

Constructors

<init>

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

StoryProfile(nickname: String, profileImageUrl: String, thumbnailUrl: String, bgImageUrl: String, permalink: String, birthday: String, birthdayType: BirthdayType)

Properties

bgImageUrl

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

val bgImageUrl: String

birthday

생일 (MMDD)

val birthday: String

birthdayType

생일 타입

val birthdayType: BirthdayType

nickname

카카오스토리 닉네임

val nickname: String

permalink

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

val permalink: String

profileImageUrl

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

val profileImageUrl: String

thumbnailUrl

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

val thumbnailUrl: String