Twitter Api Kit
Twitter Api Kit
/
com.mcdev.twitterapikit.object
/
Tweet
/
PromotedMetrics
Promoted
Metrics
data
class
PromotedMetrics
(
likeCount
:
Long
,
replyCount
:
Long
,
retweetCount
:
Long
,
impressionCount
:
Long
,
urlLinkClicks
:
Long
,
userProfileClicks
:
Long
?
)
Content copied to clipboard
Properties
Properties
impressionCount
Link copied to clipboard
@
SerializedName
(
value
=
"impression_count"
)
var
impressionCount
:
Long
=
0
Content copied to clipboard
likeCount
Link copied to clipboard
@
SerializedName
(
value
=
"like_count"
)
var
likeCount
:
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
urlLinkClicks
Link copied to clipboard
@
SerializedName
(
value
=
"url_link_clicks"
)
var
urlLinkClicks
:
Long
=
0
Content copied to clipboard
userProfileClicks
Link copied to clipboard
@
SerializedName
(
value
=
"user_profile_clicks"
)
var
userProfileClicks
:
Long
?
=
0
Content copied to clipboard