Action

public interface Action

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