@Deprecated
public class NationalityMapper
extends java.lang.Object
implements com.yoti.mobile.android.common.ui.widgets.utils.INationalityMapper
we will have to improve this class in the future to support more languages Deprecated: use DemonymMapper instead
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
TAG
Deprecated.
|
| Constructor and Description |
|---|
NationalityMapper(android.content.res.Resources resources)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getNationality(java.lang.String iso3Code,
java.util.Locale locale)
Deprecated.
return the nationality for a country
|
public NationalityMapper(android.content.res.Resources resources)
public java.lang.String getNationality(@NonNull
java.lang.String iso3Code,
java.util.Locale locale)
getNationality in interface com.yoti.mobile.android.common.ui.widgets.utils.INationalityMapperiso3Code - the iso3 country codelocale - the desired localised version of the nationality - ignored for now