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.triggers
/
TriggerRuleOccurrence
Trigger
Rule
Occurrence
androidJvm
@
Serializable
data
class
TriggerRuleOccurrence
(
val
key
:
String
,
var
maxCount
:
Int
,
val
rawInterval
:
RawInterval
)
(
source
)
Members
Constructors
Trigger
Rule
Occurrence
Link copied to clipboard
androidJvm
constructor
(
key
:
String
,
maxCount
:
Int
,
rawInterval
:
RawInterval
)
Types
Companion
Link copied to clipboard
androidJvm
object
Companion
Interval
Link copied to clipboard
androidJvm
sealed
class
Interval
Properties
interval
Link copied to clipboard
androidJvm
@
Transient
val
interval
:
TriggerRuleOccurrence.Interval
key
Link copied to clipboard
androidJvm
@
SerialName
(
value
=
"key"
)
val
key
:
String
max
Count
Link copied to clipboard
androidJvm
@
SerialName
(
value
=
"max_count"
)
var
maxCount
:
Int
raw
Interval
Link copied to clipboard
androidJvm
@
SerialName
(
value
=
"interval"
)
val
rawInterval
:
RawInterval