project
androidJvm
purchases
/
com.revenuecat.purchases.paywalls.events
/
PaywallEvent
/
Data
Data
@
Serializable
data
class
Data
(
val
offeringIdentifier
:
String
,
val
paywallRevision
:
Int
,
val
sessionIdentifier
:
UUID
,
val
displayMode
:
String
,
val
localeIdentifier
:
String
,
val
darkMode
:
Boolean
)
Members
Constructors
Data
Link copied to clipboard
constructor
(
offeringIdentifier
:
String
,
paywallRevision
:
Int
,
sessionIdentifier
:
UUID
,
displayMode
:
String
,
localeIdentifier
:
String
,
darkMode
:
Boolean
)
Properties
dark
Mode
Link copied to clipboard
val
darkMode
:
Boolean
display
Mode
Link copied to clipboard
val
displayMode
:
String
locale
Identifier
Link copied to clipboard
val
localeIdentifier
:
String
offering
Identifier
Link copied to clipboard
val
offeringIdentifier
:
String
paywall
Revision
Link copied to clipboard
val
paywallRevision
:
Int
session
Identifier
Link copied to clipboard
@
Serializable
(
with
=
UUIDSerializer::class
)
val
sessionIdentifier
:
UUID