Action

Spark icon
  • The Action interface represents a user action within an app.

  • Actions are built using Action.Builder and logged with UserActions.start(Action) and UserActions.end(Action).

  • Convenience methods for creating common actions are available via Actions.

  • Action.Builder is the nested class used to build an Action object.

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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.