Represents an action taken by the user within the app.
Actions are constucted via Action.Builder
and logged via
start(Action) and
end(Action). Convenience methods to construct common types of actions are
available via Actions.
| class | Action.Builder | The builder for Action. |
|
| interface | Action.Metadata | Represents the metadata for an Action. |
|