kiosk-ops-sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
kiosk-ops-sdk
kiosk-ops-sdk
/
com.sarastarquant.kioskops.sdk.debug
/
EventFilter
Event
Filter
data
class
EventFilter
(
val
eventType
:
String
?
=
null
,
val
state
:
EventState
?
=
null
,
val
minAttempts
:
Int
?
=
null
)
Filter criteria for event queries.
Since
0.4.0
Members
Constructors
Event
Filter
Link copied to clipboard
constructor
(
eventType
:
String
?
=
null
,
state
:
EventState
?
=
null
,
minAttempts
:
Int
?
=
null
)
Properties
event
Type
Link copied to clipboard
val
eventType
:
String
?
min
Attempts
Link copied to clipboard
val
minAttempts
:
Int
?
state
Link copied to clipboard
val
state
:
EventState
?