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
/
PaywallWebviewUrl
Paywall
Webview
Url
androidJvm
@
Serializable
data
class
PaywallWebviewUrl
(
val
url
:
String
,
val
timeout
:
Long
,
val
score
:
Int
)
(
source
)
Members
Constructors
Paywall
Webview
Url
Link copied to clipboard
androidJvm
constructor
(
url
:
String
,
timeout
:
Long
,
score
:
Int
)
Types
Config
Link copied to clipboard
androidJvm
@
Serializable
data
class
Config
(
val
maxAttempts
:
Int
,
val
endpoints
:
List
<
PaywallWebviewUrl
>
)
Properties
score
Link copied to clipboard
androidJvm
@
SerialName
(
value
=
"percentage"
)
val
score
:
Int
timeout
Link copied to clipboard
androidJvm
@
SerialName
(
value
=
"timeout_ms"
)
val
timeout
:
Long
url
Link copied to clipboard
androidJvm
@
SerialName
(
value
=
"url"
)
val
url
:
String