Social

data class Social @JvmOverloads constructor(val likeCount: Int? = null, val commentCount: Int? = null, val sharedCount: Int? = null, val viewCount: Int? = null, val subscriberCount: Int? = null) : Parcelable

소셜 정보
Social information

Parameters

likeCount

좋아요 수
Number of likes

commentCount

댓글 수
Number of comments

sharedCount

공유 수
Number of shares

viewCount

조회 수
Views

subscriberCount

구독 수
Number of subscribers

Constructors

Link copied to clipboard
constructor(likeCount: Int? = null, commentCount: Int? = null, sharedCount: Int? = null, viewCount: Int? = null, subscriberCount: Int? = null)

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 commentCount: Int? = null
Link copied to clipboard
val likeCount: Int? = null
Link copied to clipboard
val sharedCount: Int? = null
Link copied to clipboard
val subscriberCount: Int? = null
Link copied to clipboard
val viewCount: Int? = null