Android.App.AppFunctions Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
| Name | Description |
|---|---|
| AppFunctionActivityId |
An identifier of an |
| AppFunctionActivityId.InterfaceConsts | |
| AppFunctionActivityState |
The state of an activity from the perspective of app functions, retrieved using |
| AppFunctionActivityState.InterfaceConsts | |
| AppFunctionException |
App function related error. |
| AppFunctionException.InterfaceConsts | |
| AppFunctionManager |
Provides access to App Functions. |
| AppFunctionMetadata |
Contains an app function's metadata, essential for its invocation and discovery, retrieved using
|
| AppFunctionMetadata.InterfaceConsts | |
| AppFunctionName |
Globally unique identifier for an app function. |
| AppFunctionName.InterfaceConsts | |
| AppFunctionPackageMetadata |
Contains metadata about a package providing app functions. |
| AppFunctionPackageMetadata.InterfaceConsts | |
| AppFunctionSchemaMetadata |
Contains identifying metadata for a predefined schema, which can describe well-known function signatures. |
| AppFunctionSchemaMetadata.InterfaceConsts | |
| AppFunctionSearchSpec |
Filter criteria for |
| AppFunctionSearchSpec.Builder |
Builder for constructing |
| AppFunctionSearchSpec.InterfaceConsts | |
| AppFunctionService |
Extend this class to implement app functions, that can be executed by |
| AppFunctionState |
Runtime state of an app function, retrieved using |
| AppFunctionState.InterfaceConsts | |
| AppFunctionUriGrant |
|
| AppFunctionUriGrant.InterfaceConsts | |
| ExecuteAppFunctionRequest |
A request to execute an app function, provided to |
| ExecuteAppFunctionRequest.Builder |
Builder for |
| ExecuteAppFunctionRequest.InterfaceConsts | |
| ExecuteAppFunctionResponse |
The response to an app function execution, returned by |
| ExecuteAppFunctionResponse.InterfaceConsts | |
| RegisterAppFunctionRequest |
A request to register an |
Interfaces
| Name | Description |
|---|---|
| IAppFunction |
An interface for implementing the logic of an app function registered at runtime using |
| IAppFunctionObservation |
Result of |
| IAppFunctionObserver |
Interface for observing changes to app functions provided to |
| IAppFunctionRegistration |
Result of |
Enums
| Name | Description |
|---|---|
| AppFunctionEnabledState | |
| AppFunctionError | |
| AppFunctionErrorCategory | |
| AppFunctionMetadataAccessLevel | |
| AppFunctionMetadataScope | |