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