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
/
PaywallPresentationStyle
/
Popup
Popup
androidJvm
@
Serializable
@
SerialName
(
value
=
"POPUP"
)
data
class
Popup
(
val
height
:
Double
,
val
width
:
Double
,
val
cornerRadius
:
Double
)
:
PaywallPresentationStyle
(
source
)
Members
Constructors
Popup
Link copied to clipboard
androidJvm
constructor
(
height
:
Double
,
width
:
Double
,
cornerRadius
:
Double
)
Properties
corner
Radius
Link copied to clipboard
androidJvm
@
SerialName
(
value
=
"corner_radius"
)
val
cornerRadius
:
Double
height
Link copied to clipboard
androidJvm
@
SerialName
(
value
=
"height"
)
val
height
:
Double
raw
Value
Link copied to clipboard
androidJvm
@
Transient
val
rawValue
:
String
width
Link copied to clipboard
androidJvm
@
SerialName
(
value
=
"width"
)
val
width
:
Double
Functions
to
Intent
String
Link copied to clipboard
androidJvm
fun
toIntentString
(
json
:
Json
)
:
String