IntentFilterinterface
Specifies the search criteria for the Intent API's find() method.
Properties (3)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| contextType⚓︎ | string | x | x | The name of the context type to be used in the lookup. |
| name⚓︎ | string | x | x | The name of the intent to be used in the lookup. |
| resultType⚓︎ | string | x | x | The type of the intent result to be used in the lookup. |