Skip to content

Country Picker Dialog

Harsh B. Bhakta edited this page Jul 2, 2020 · 6 revisions

For some reason, if you don't want to use default Country Picker View and want to launch dialog on your own. You can use extension function to launch the dialog.

  1. Default dialog:

         context.launchCountryPickerDialog { selectedCountry ->
             // todo: you code based on selected country
         }
Clone this wiki locally