Identity Android
1.16
Search
K
Comment on page

CitizenshipType

A typesafe enumeration of the citizenship found on a scannable document
import com.sybrin.identity.enums.CitizenshipType

Summary

Enum values
When the subject is a labeled as a citizen.
When the subject is labeled as a permanent resident.
Unknown
When the citizenship of the subject is unknown.

Enum values

Citizen

public static final CitizenshipType Citizen
When the subject is a labeled as a citizen.

PermanentResident

public static final CitizenshipType PermanentResident
When the subject is labeled as a permanent resident.

Unknown

public static final CitizenshipType Unknown
When the citizenship of the subject is unknown.
Last modified 1yr ago