Identity Android
1.16
Search
K
Comment on page

DocumentType

A typesafe enumeration of the available document types
import com.sybrin.identity.enums.DocumentType

Summary

Enum values
Document
Selects the document type.
Selects the driver's license document type.
Selects the firearm license document type.
GreenBook
Selects the green book document type.
IDCard
Selects the ID card document type.
Selects the integrated bar ID document type.
Passport
Selects the passport document type.
Selects the PhilHealth insurance card document type.
PostalID
Selects the postal ID document type.
Selects the professional regulation commission card document type.
Selects the seafarer identification document document type.
Selects the seafarer identification record book document type.
Selects the social security document type.
Selects the unified multipurpose ID document type.
Visa
Selects the visa document type.

Enum values

Document

public static final DocumentType Document
Selects the document type.

DriverLicense

public static final DocumentType DriverLicense
Selects the driver's license document type.

FirearmsLicense

public static final DocumentType FirearmsLicense
Selects the firearm license document type.

GreenBook

public static final DocumentType GreenBook
Selects the green book document type.

IDCard

public static final DocumentType IDCard
Selects the ID card document type.

IntegratedBarID

public static final DocumentType IntegratedBarID
Selects the integrated bar ID document type.

Passport

public static final DocumentType Passport
Selects the passport document type.

PhilHealthInsuranceCard

public static final DocumentType PhilHealthInsuranceCard
Selects the PhilHealth insurance card document type.

PostalID

public static final DocumentType PostalID
Selects the postal ID document type.

ProfessionalRegulationCommissionCard

public static final DocumentType ProfessionalRegulationCommissionCard
Selects the professional regulation commission card document type.

SeafarerIdentificationDocument

public static final DocumentType SeafarerIdentificationDocument
Selects the seafarer identification document document type.

SeafarerIdentificationRecordBook

public static final DocumentType SeafarerIdentificationRecordBook
Selects the seafarer identification record book document type.

SocialSecurityID

public static final DocumentType SocialSecurityID
Selects the social security document type.

UnifiedMultipurposeID

public static final DocumentType UnifiedMultipurposeID
Selects the unified multipurpose ID document type.

Visa

public static final DocumentType Visa
Selects the visa document type.