toggle menu
Airship Android SDK
androidJvm
switch theme
search in API
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