Country
A typesafe enumeration of the scannable document's country
import com.sybrin.identitysdk.enums.Country
Summary
Enum values
Selects the country of Kenya.
Selects the country of Philippines.
Selects the country of South Africa.
Selects the country of Zimbabwe.
Public methods
Returns array of supported documents.
Enum values
Kenya
public static final
Country
Kenya
Selects the country of Kenya.
Philippines
public static final
Country
Philippines
Selects the country of Philippines.
SouthAfrica
public static final
Country
SouthAfrica
Selects the country of South Africa.
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