Country

A typesafe enumeration of the scannable document's country

import com.sybrin.identity.enums.Country

Summary

Enum values

Selects the country of Ghana

Selects the country of Kenya.

Selects the country of Malawi

Selects the country of Mozambique

Selects the country of Philippines.

Selects the country of South Africa.

Selects the country of Uganda

Selects the country of Zimbabwe.

Public methods

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