CountrySelectionViewControllerDelegate
public protocol CountrySelectionViewControllerDelegate : AnyObject
Method that you can use to handle the country selection by the user
-
Executed when an user select a country
Declaration
Swift
func onCountrySelected(country: String, regionCode: String)
Parameters
country
Country selected
regionCode
Region code of the selected country