kakao-partner-android-docs
kakao-partner-android-docs
/
com.kakao.sdk.story.model
/
StoryLike
Story
Like
data
class
StoryLike
(
actor
:
StoryActor
,
emotion
:
StoryLike.Emotion
)
:
Parcelable
Content copied to clipboard
카카오스토리의 좋아요 등 느낌(감정표현)에 대한 정보를 담고 있는 클래스
Types
Constructors
Functions
Properties
Constructors
Story
Like
Link copied to clipboard
fun
StoryLike
(
actor
:
StoryActor
,
emotion
:
StoryLike.Emotion
)
Content copied to clipboard
Types
Emotion
Link copied to clipboard
enum
Emotion
:
Enum
<
StoryLike.Emotion
>
Content copied to clipboard
느낌(감정표현)에 대한 정의
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Content copied to clipboard
Properties
actor
Link copied to clipboard
val
actor
:
StoryActor
Content copied to clipboard
emotion
Link copied to clipboard
val
emotion
:
StoryLike.Emotion
Content copied to clipboard