toggle menu
Airship Android SDK
androidJvm
switch theme
search in API
urbanairship-core
/
com.urbanairship.actions
/
ActionRegistry
/
Entry
Entry
class
Entry
An entry in the action registry.
Members
Properties
default
Action
Link copied to clipboard
@get:
NonNull
open
var
defaultAction
:
Action
names
Link copied to clipboard
@get:
NonNull
val
names
:
List
<
String
>
predicate
Link copied to clipboard
@get:
Nullable
open
var
predicate
:
ActionRegistry.Predicate
Functions
get
Action
For
Situation
Link copied to clipboard
@
NonNull
open
fun
getActionForSituation
(
situation
:
Int
)
:
Action
Returns an action for a given situation.
set
Situation
Override
Link copied to clipboard
open
fun
setSituationOverride
(
situation
:
Int
,
@
Nullable
action
:
Action
)
Adds an action to be used instead of the default action for a given situation.
to
String
Link copied to clipboard
@
NonNull
open
fun
toString
(
)
:
String