Skip to main content

Global settings for the Intents API.

Properties (3)

Property Type Default Required Description
enableIntentsResolverUI⚓︎ boolean true x

If true, will enable using the Intents Resolver UI for handling raised Intents. The Intents Resolver UI provides the user with a list of all available apps and running instances which can handle the raised Intent. In case there is only one Intent handler available, it will be automatically selected for handling the raised Intent, without displaying the Intents Resolver UI to the user.

intentsResolverAppName⚓︎ string x x

Specify the name of your custom Intents Resolver app to be used for raised Intents. If not provided, the Intents API will use the default Intents Resolver UI app.

methodResponseTimeoutMs⚓︎ number 60000 x

Interval in milliseconds to wait for a response from the Intents Resolver UI.