Class YotiLocaleListCompat
- java.lang.Object
-
- com.yoti.mobile.android.common.ui.widgets.utils.YotiLocaleListCompat
-
public class YotiLocaleListCompat extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description YotiLocaleListCompat(androidx.core.os.LocaleListCompat localeListCompat)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.LocalegetFirstMatch(java.lang.String[] supportedLocales)This is just a proxy toLocaleListCompat.getFirstMatch(String[])
-
-
-
Method Detail
-
getFirstMatch
@Nullable public java.util.Locale getFirstMatch(@NonNull java.lang.String[] supportedLocales)This is just a proxy toLocaleListCompat.getFirstMatch(String[])- Parameters:
supportedLocales- - the list of string representation ofLocaleas returned byLocale.toString()- Returns:
- a
Localeif a match is found null otherwise.
-
-