Country

A typesafe enumeration of the scannable document's country

import com.sybrin.identity.enums.Country

Summary

Enum values

Ghana

Selects the country of Ghana

Kenya

Selects the country of Kenya.

Malawi

Selects the country of Malawi

Mozambique

Selects the country of Mozambique

Philippines

Selects the country of Philippines.

SouthAfrica

Selects the country of South Africa.

Uganda

Selects the country of Uganda

Zimbabwe

Selects the country of Zimbabwe.

Public methods

getSupportedDocuments()

Returns array of supported documents.

Enum values

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.

Mozambique

public static final Country Mozambique

Selects the country of Mozambique.

Philippines

public static final Country Philippines

Selects the country of Philippines.

SouthAfrica

public static final Country SouthAfrica

Selects the country of South Africa.

Uganda

public static final Country Uganda

Selects the country of Uganda.

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.

Returns

Value cannot be null.

Last updated