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.models.paywall
/
PaywallPresentationInfo
Paywall
Presentation
Info
androidJvm
@
Serializable
data
class
PaywallPresentationInfo
(
val
style
:
PaywallPresentationStyle
,
val
delay
:
Long
)
(
source
)
Members
Constructors
Paywall
Presentation
Info
Link copied to clipboard
androidJvm
constructor
(
style
:
PaywallPresentationStyle
,
delay
:
Long
)
Properties
delay
Link copied to clipboard
androidJvm
@
SerialName
(
value
=
"delay"
)
val
delay
:
Long
style
Link copied to clipboard
androidJvm
@
SerialName
(
value
=
"style"
)
val
style
:
PaywallPresentationStyle