actions property

List<String>? actions
getter/setter pair

The intent actions to match in the filter.

If any actions are included in the filter, then an intent's action must be one of those values for it to match. If no actions are included, the intent action is ignored.

Implementation

core.List<core.String>? actions;