Action
interface Action
An Action defines the actions a user can take. Implementations specify what operation will be performed in response to the action, eg. actionStartActivity
creates an Action that launches the specified Activity
.
interface Action
An Action defines the actions a user can take. Implementations specify what operation will be performed in response to the action, eg. actionStartActivity
creates an Action that launches the specified Activity
.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-06-26 UTC.