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.paywall.view
/
WebCheckoutSession
Web
Checkout
Session
androidJvm
data
class
WebCheckoutSession
(
val
checkoutId
:
String
,
val
productIdentifier
:
String
,
val
paywallIdentifier
:
String
,
val
experimentVariantId
:
Int
,
val
presentedByEventName
:
String
,
val
store
:
String
)
(
source
)
Members
Constructors
Web
Checkout
Session
Link copied to clipboard
androidJvm
constructor
(
checkoutId
:
String
,
productIdentifier
:
String
,
paywallIdentifier
:
String
,
experimentVariantId
:
Int
,
presentedByEventName
:
String
,
store
:
String
)
Properties
checkout
Id
Link copied to clipboard
androidJvm
val
checkoutId
:
String
experiment
Variant
Id
Link copied to clipboard
androidJvm
val
experimentVariantId
:
Int
paywall
Identifier
Link copied to clipboard
androidJvm
val
paywallIdentifier
:
String
presented
By
Event
Name
Link copied to clipboard
androidJvm
val
presentedByEventName
:
String
product
Identifier
Link copied to clipboard
androidJvm
val
productIdentifier
:
String
store
Link copied to clipboard
androidJvm
val
store
:
String