android.app.appfunctions
Interfaces
| AppFunction |
An interface for implementing the logic of an app function registered at runtime using |
| AppFunctionObservation |
Result of |
| AppFunctionObserver |
Interface for observing changes to app functions provided to |
| AppFunctionRegistration |
Result of |
Classes
| AppFunctionActivityId |
An identifier of an |
| AppFunctionActivityState |
The state of an activity from the perspective of app functions, retrieved using |
| AppFunctionManager |
Provides access to App Functions. |
| AppFunctionMetadata |
Contains an app function's metadata, essential for its invocation and discovery, retrieved using |
| AppFunctionName |
Globally unique identifier for an app function. |
| AppFunctionPackageMetadata |
Contains metadata about a package providing app functions. |
| AppFunctionSchemaMetadata |
Contains identifying metadata for a predefined schema, which can describe well-known function signatures. |
| AppFunctionSearchSpec |
Filter criteria for |
| AppFunctionService |
Extend this class to implement app functions, that can be executed by |
| AppFunctionState |
Runtime state of an app function, retrieved using |
| AppFunctionUriGrant |
|
| ExecuteAppFunctionRequest |
A request to execute an app function, provided to |
| ExecuteAppFunctionResponse |
The response to an app function execution, returned by |
| RegisterAppFunctionRequest |
A request to register an |
Exceptions
| AppFunctionException |
App function related error. |