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.rule_logic
/
RuleMatchOutcome
Rule
Match
Outcome
androidJvm
sealed
class
RuleMatchOutcome
(
source
)
Inheritors
Matched
NoMatchingRules
Members
Types
Matched
Link copied to clipboard
androidJvm
data
class
Matched
(
val
item
:
MatchedItem
)
:
RuleMatchOutcome
No
Matching
Rules
Link copied to clipboard
androidJvm
data
class
NoMatchingRules
(
val
unmatchedRules
:
List
<
UnmatchedRule
>
)
:
RuleMatchOutcome