ActionHandler
Type name: ActionHandler
Extends Intangible
Name |
Type |
Description |
actionType |
URL |
Type of action that the handler accepts. This is to allow user agents to automatically discover potential action handlers for various actions. |
optionalProperty |
Property |
Property that can be specified on the Action that the handler supports. |
requiredProperty |
Property |
Property that must be provided on the action for it to be handled by the handler. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["ActionHandler is a type that extends Intangible and is used to define how user agents should handle specific actions."],["It includes properties to specify the type of action, optional properties, and required properties for the action handler."],["`actionType` allows user agents to automatically discover handlers, while `optionalProperty` and `requiredProperty` define specific parameters for the action."]]],[]]