orderedIntents property

List<Intent> orderedIntents
final

List of intents to be evaluated in order for execution. When an Action.isEnabled returns true, that action will be invoked and progression through the ordered intents stops.

Implementation

final List<Intent> orderedIntents;