Package com.cheetahdigital.uikit.widget
Interface CountryDialog.CountryListener
-
- All Known Implementing Classes:
CountryStateSelector
,ProfileCountryStateSelector
- Enclosing class:
- CountryDialog
public static interface CountryDialog.CountryListener
Callback used when country is clicked.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onCountryClick(java.lang.String country, java.lang.String code)
-