HandlerFilterinterface
Specifies the criteria for filtering the available Intent handlers when using the filterHandlers() method.
Properties (8)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| applicationNames⚓︎ | string[] | x | x | List of app names which will be used as a filter criteria. |
| contextTypes⚓︎ | string[] | x | x | List of context types with which the Intent handlers work to be used as filter criteria. |
| excludeList⚓︎ | HandlerExclusionCriteria[] | x | x | List of exclusion criteria for filtering out Intent handlers from the results. io.Connect Desktop 9.10 |
| intent⚓︎ | string | x | x | Intent name to be used as a filter criterion. |
| openResolver⚓︎ | boolean | true | x | Flag indicating whether the Intents Resolver UI will open to provide the user with the list of valid Intent handlers. |
| resultType⚓︎ | string | x | x | Result type returned by the Intent handlers to be used as a filter criterion. |
| timeout⚓︎ | number | 90000 | x | Interval in milliseconds to wait for the |
| title⚓︎ | string | x | x | Title for the search operation that will be provided to the Intents Resolver UI. |