public static interface LocalePickerWithRegion.LocaleSelectedListener
This is the mechanism to "return" the result of the selection.
Modifier and Type | Method and Description |
---|---|
void |
onLocaleSelected(LocaleStore.LocaleInfo locale)
The classes that want to retrieve the locale picked should implement this method.
|
void onLocaleSelected(LocaleStore.LocaleInfo locale)
locale
- the locale picked.