Skip to main content

Options for sending the chosen Intent handler to the app that raised the Intent.

Properties (2)

Property Type Default Required Description
intent⚓︎ string x x

Use this property to supply the name of the Intent when the Intents Resolver UI is opened via the filterHandlers() method and you want to save the Intent handler for that Intent. If the Intents Resolver UI is opened via the raise() method, it isn't necessary to explicitly provide the Intent name here, as specifying an Intent name is mandatory when using the raise() method.

saveHandler⚓︎ boolean false

If true, the chosen Intent handler will be saved as a handler for the raised Intent. If the handler is saved, the next time the same Intent is raised, the Intents Resolver UI won't open and the saved handler will be used automatically.