Twitter Api Kit
Twitter Api Kit
/
com.mcdev.twitterapikit.object
/
Tweet
/
PublicMetrics
Public
Metrics
data
class
PublicMetrics
(
likeCount
:
Long
,
replyCount
:
Long
,
retweetCount
:
Long
,
quoteCount
:
Long
)
Content copied to clipboard
Properties
Properties
likeCount
Link copied to clipboard
@
SerializedName
(
value
=
"like_count"
)
var
likeCount
:
Long
=
0
Content copied to clipboard
quoteCount
Link copied to clipboard
@
SerializedName
(
value
=
"quote_count"
)
var
quoteCount
:
Long
=
0
Content copied to clipboard
replyCount
Link copied to clipboard
@
SerializedName
(
value
=
"reply_count"
)
var
replyCount
:
Long
=
0
Content copied to clipboard
retweetCount
Link copied to clipboard
@
SerializedName
(
value
=
"retweet_count"
)
var
retweetCount
:
Long
=
0
Content copied to clipboard