kakao-partner-android-sdk
kakao-partner-android-sdk
/
com.kakao.sdk.story.model
/
StoryComment
Story
Comment
data
class
StoryComment
(
writer
:
StoryActor
,
text
:
String
)
:
Parcelable
Content copied to clipboard
카카오스토리의 댓글 정보를 담고 있는 클래스
Constructors
Functions
Properties
Constructors
Story
Comment
Link copied to clipboard
fun
StoryComment
(
writer
:
StoryActor
,
text
:
String
)
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
text
Link copied to clipboard
val
text
:
String
Content copied to clipboard
writer
Link copied to clipboard
val
writer
:
StoryActor
Content copied to clipboard