Action

  • 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
The builder for Action
Create a Mobile Website
View Site in Mobile | Classic
Share by: