StoryActor

data class StoryActor(displayName: String, profileThumbnailUrl: String?) : Parcelable

카카오스토리의 작성자 정보를 담고 있는 클래스

Constructors

Link copied to clipboard
fun StoryActor(displayName: String, profileThumbnailUrl: String?)

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
val displayName: String
Link copied to clipboard
val profileThumbnailUrl: String?