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
/
Config
Config
androidJvm
@
Serializable
data
class
Config
(
val
maxAttempts
:
Int
,
val
endpoints
:
List
<
PaywallWebviewUrl
>
)
(
source
)
Members
Constructors
Config
Link copied to clipboard
androidJvm
constructor
(
maxAttempts
:
Int
,
endpoints
:
List
<
PaywallWebviewUrl
>
)
Properties
endpoints
Link copied to clipboard
androidJvm
@
SerialName
(
value
=
"endpoints"
)
val
endpoints
:
List
<
PaywallWebviewUrl
>
max
Attempts
Link copied to clipboard
androidJvm
@
SerialName
(
value
=
"max_attempts"
)
val
maxAttempts
:
Int