<div class='type'>Interface</div>


<a id='references'></a>

<div class='sourceset sourceset-android'>Android</div>



```kotlin
public interface Action
```


An Action defines the actions a user can take. Implementations specify what operation will be
performed in response to the action, eg. `actionStartActivity` creates an Action that launches
the specified `Activity`.