Twitter Api Kit
Twitter Api Kit
/
com.mcdev.twitterapikit.object
/
User
/
PublicMetrics
Public
Metrics
data
class
PublicMetrics
(
followersCount
:
Long
,
followingCount
:
Long
,
tweetCount
:
Long
,
listedCount
:
Long
)
Content copied to clipboard
Properties
Properties
followersCount
Link copied to clipboard
@
SerializedName
(
value
=
"followers_count"
)
var
followersCount
:
Long
=
0
Content copied to clipboard
followingCount
Link copied to clipboard
@
SerializedName
(
value
=
"following_count"
)
var
followingCount
:
Long
=
0
Content copied to clipboard
listedCount
Link copied to clipboard
@
SerializedName
(
value
=
"listed_count"
)
var
listedCount
:
Long
=
0
Content copied to clipboard
tweetCount
Link copied to clipboard
@
SerializedName
(
value
=
"tweet_count"
)
var
tweetCount
:
Long
=
0
Content copied to clipboard