Page Summary
-
The Action interface represents a user action within an app.
-
Actions are built using
Action.Builderand logged withUserActions.start(Action)andUserActions.end(Action). -
Convenience methods for creating common actions are available via Actions.
-
Action.Builderis the nested class used to build an Action object.
Represents an action taken by the user within the app.
Actions are constructed via Action.Builder
and logged via
UserActions.start(Action) and
UserActions.end(Action). Convenience methods to construct common types of actions
are available via Actions.
Nested Class Summary
| class | Action.Builder | The builder for Action. |
|