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.paywall.presentation.result
/
PresentationResult
Presentation
Result
androidJvm
sealed
class
PresentationResult
(
source
)
Inheritors
PlacementNotFound
NoAudienceMatch
Paywall
Holdout
PaywallNotAvailable
Members
Types
Holdout
Link copied to clipboard
androidJvm
data
class
Holdout
(
val
experiment
:
Experiment
)
:
PresentationResult
No
Audience
Match
Link copied to clipboard
androidJvm
class
NoAudienceMatch
:
PresentationResult
Paywall
Link copied to clipboard
androidJvm
data
class
Paywall
(
val
experiment
:
Experiment
)
:
PresentationResult
Paywall
Not
Available
Link copied to clipboard
androidJvm
class
PaywallNotAvailable
:
PresentationResult
Placement
Not
Found
Link copied to clipboard
androidJvm
class
PlacementNotFound
:
PresentationResult