Airship Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Airship Android SDK
urbanairship-automation
/
com.urbanairship.automation
/
EventAutomationTrigger
Event
Automation
Trigger
class
EventAutomationTrigger
:
JsonSerializable
Event automation trigger
Members
Constructors
Event
Automation
Trigger
Link copied to clipboard
constructor
(
type
:
EventAutomationTriggerType
,
goal
:
Double
,
predicate
:
JsonPredicate
?
=
null
)
Properties
goal
Link copied to clipboard
var
goal
:
Double
id
Link copied to clipboard
val
id
:
String
predicate
Link copied to clipboard
val
predicate
:
JsonPredicate
?
type
Link copied to clipboard
val
type
:
EventAutomationTriggerType
Functions
to
Json
Value
Link copied to clipboard
open
override
fun
toJsonValue
(
)
:
JsonValue