Skip to main content

Settings

You will find the MapGPT settings under the "Voice Assistant" option. These are settings available to the user. The settings are persisted in the SDK and will be available the next time the user opens the app.

Configuration

This settings menu is disabled by default. Enable the settings menu during initialization.

Dash.init(DashConfig.create(applicationContext, accessToken)) {
mapGptConfig {
isSettingsMenuEnabled = true
}
}
Was this page helpful?