android.app.appfunctions


Interfaces

AppFunction

An interface for implementing the logic of an app function registered at runtime using AppFunctionManager.registerAppFunction.

AppFunctionObservation

Result of AppFunctionManager.observeAppFunctions.

AppFunctionObserver

Interface for observing changes to app functions provided to AppFunctionManager.observeAppFunctions.

AppFunctionRegistration

Result of AppFunctionManager.registerAppFunction.

Classes

AppFunctionActivityId

An identifier of an android.app.Activity an app function can be associated with.

AppFunctionActivityState

The state of an activity from the perspective of app functions, retrieved using AppFunctionManager.getAppFunctionActivityStates.

AppFunctionManager

Provides access to App Functions.

AppFunctionMetadata

Contains an app function's metadata, essential for its invocation and discovery, retrieved using AppFunctionManager.searchAppFunctions.

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 AppFunctionManager.searchAppFunctions.

AppFunctionService

Extend this class to implement app functions, that can be executed by AppFunctionManager.executeAppFunction.

AppFunctionState

Runtime state of an app function, retrieved using AppFunctionManager.getAppFunctionStates.

AppFunctionUriGrant

Uri for which access permission is to be granted to the caller of AppFunctionManager.executeAppFunction, provided to ExecuteAppFunctionResponse.

ExecuteAppFunctionRequest

A request to execute an app function, provided to AppFunctionManager.executeAppFunction.

ExecuteAppFunctionResponse

The response to an app function execution, returned by AppFunctionManager.executeAppFunction.

RegisterAppFunctionRequest

A request to register an AppFunction implementation, provided to AppFunctionManager.registerAppFunctions.

Exceptions

AppFunctionException

App function related error.