Skip to main content

Search

Navigation SDK UX Framework provides users the ability to open search screen with a passed query:

class MainActivity : AppCompatActivity() {

fun openSearch(query: String?) {
Dash.controller.openSearch(query)
}
}
Was this page helpful?