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: Country)Parameters
countryCountry selected
View on GitHub
CountrySelectionViewControllerDelegate