Country
A typesafe enumeration of the scannable document's country
import com.sybrin.identity.enums.Country
Summary
Enum values
Angola
public static final
Country
Angola
Selects the country of Angola.
Bangladesh
public static final
Country
Bangladesh
Selects the country of Bangladesh.
Botswana
public static final
Country
Botswana
Selects the country of Botswana.
DemocraticRepublicOfTheCongo
public static final
Country
DemocraticRepublicOfTheCongo
Selects the country Democratic Republic of the Congo.
Egypt
public static final
Country
Egypt
Selects the country of Egypt.
Ethiopia
public static final
Country
Ethiopia
Selects the country of Ethiopia.
Generic
public static final
Country
Generic
Selects Generic.
Lesotho
public static final
Country
Lesotho
Selects the country of Lesotho.
Ghana
public static final
Country
Ghana
Selects the country of Ghana.
Kenya
public static final
Country
Kenya
Selects the country of Kenya.
Malawi
public static final
Country
Malawi
Selects the country of Malawi.
Mauritius
public static final
Country
Mauritius
Selects the country of Mauritius.
Mozambique
public static final
Country
Mozambique
Selects the country of Mozambique.
Namibia
public static final
Country
Namibia
Selects the country of Namibia.
Nigeria
public static final
Country
Nigeria
Selects the country of Nigeria.
Pakistan
public static final
Country
Pakistan
Selects the country of Pakistan.
Philippines
public static final
Country
Philippines
Selects the country of Philippines.
Somalia
public static final
Country
Somalia
Selects the country of Somalia.
SouthAfrica
public static final
Country
SouthAfrica
Selects the country of South Africa.
Tanzania
public static final
Country
Tanzania
Selects the country of Tanzania.
Uganda
public static final
Country
Uganda
Selects the country of Uganda.
UnitedKingdom
public static final
Country
UnitedKingdom
Selects the country of United Kingdom.
Zambia
public static final
Country
Zambia
Selects the country of Zambia.
Zimbabwe
public static final
Country
Zimbabwe
Selects the country of Zimbabwe.
Public methods
getSupportedDocuments
public
DocumentType
[] getSupportedDocuments ()
Returns array of supported documents for the specified country.
Last updated