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.config.models
/
ConfigState
/
Failed
Failed
androidJvm
data
class
Failed
(
val
throwable
:
Throwable
,
val
retryCount
:
Int
=
0
)
:
ConfigState
(
source
)
Members
Constructors
Failed
Link copied to clipboard
androidJvm
constructor
(
throwable
:
Throwable
,
retryCount
:
Int
=
0
)
Properties
retry
Count
Link copied to clipboard
androidJvm
val
retryCount
:
Int
throwable
Link copied to clipboard
androidJvm
val
throwable
:
Throwable