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.webview.messaging
/
PaywallWebEvent
/
InitiatePurchase
Initiate
Purchase
androidJvm
@
SerialName
(
value
=
"initiate_purchase"
)
data
class
InitiatePurchase
(
val
productId
:
String
,
val
shouldDismiss
:
Boolean
)
:
PaywallWebEvent
(
source
)
Members
Constructors
Initiate
Purchase
Link copied to clipboard
androidJvm
constructor
(
productId
:
String
,
shouldDismiss
:
Boolean
)
Properties
product
Id
Link copied to clipboard
androidJvm
val
productId
:
String
should
Dismiss
Link copied to clipboard
androidJvm
val
shouldDismiss
:
Boolean