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
/
Drawer
Drawer
androidJvm
@
Serializable
@
SerialName
(
value
=
"DRAWER"
)
data
class
Drawer
(
val
height
:
Double
,
val
cornerRadius
:
Double
)
:
PaywallPresentationStyle
(
source
)
Members
Constructors
Drawer
Link copied to clipboard
androidJvm
constructor
(
height
:
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
Functions
to
Intent
String
Link copied to clipboard
androidJvm
fun
toIntentString
(
json
:
Json
)
:
String