Superwall Android SDK
Toggle table of contents
0.0.0-docs
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Superwall Android SDK
Superwall Android SDK
/
com.superwall.sdk.storage
/
ReviewCount
Review
Count
androidJvm
@
Serializable
data
class
ReviewCount
(
val
timesQueried
:
Int
=
0
,
val
timestamp
:
Long
=
Date().time
)
(
source
)
Members
Constructors
Review
Count
Link copied to clipboard
androidJvm
constructor
(
timesQueried
:
Int
=
0
,
timestamp
:
Long
=
Date().time
)
Properties
date
Link copied to clipboard
androidJvm
val
date
:
Date
?
times
Queried
Link copied to clipboard
androidJvm
@
SerialName
(
value
=
"times_queried"
)
val
timesQueried
:
Int
timestamp
Link copied to clipboard
androidJvm
val
timestamp
:
Long