Kofax Mobile SDK API Reference
Instance Methods | Class Methods | Properties | List of all members
kfxIDState Class Reference

The ID state class. More...

#import <kfxIDCaptureParameters.h>

Inheritance diagram for kfxIDState:

Instance Methods

(BOOL) - isEqualToState:
 Compares the receiving state to another state. More...
 

Class Methods

(instancetype) + NotSpecified
 NotSpecified state. More...
 
(instancetype) + UnitedStates
 United States state. More...
 
(instancetype) + Canada
 Canada state. More...
 
(instancetype) + AfricaOther
 Other Africa state. More...
 
(instancetype) + Cameroon
 Cameroon state. More...
 
(instancetype) + AsiaOther
 Other Asia state. More...
 
(instancetype) + China
 China state. More...
 
(instancetype) + India
 India state. More...
 
(instancetype) + Singapore
 Singapore state. More...
 
(instancetype) + SouthKorea
 South Korea state. More...
 
(instancetype) + Japan
 Japan state. More...
 
(instancetype) + AustraliaOther
 Other Australia state. More...
 
(instancetype) + KeyPass
 Key Pass state. More...
 
(instancetype) + EuropeOther
 Other Europe state. More...
 
(instancetype) + Albania
 Albania state. More...
 
(instancetype) + Germany
 Germany state. More...
 
(instancetype) + Lithuania
 Lithuania state. More...
 
(instancetype) + Luxembourg
 Luxembourg state. More...
 
(instancetype) + LatinAmericaOther
 Other Latin America state. More...
 
(instancetype) + Brazil
 Brazil state. More...
 
(instancetype) + Ecuador
 Ecuador state. More...
 
(instancetype) + ElSalvador
 ElSalvador state. More...
 
(instancetype) + Guatemala
 Guatemala state. More...
 
(instancetype) + StChristNevis
 StChristNevis state. More...
 

Properties

kfxKOEIDRegion idRegion
 ID region value. More...
 

Detailed Description

The ID state class.

This class determines ID state of the specified ID region. Please do not create the instance of this class by yourself, use one of the state methods from category kfxIDState (kfxIDStateCreation) instead.

Method Documentation

+ (instancetype) AfricaOther

Other Africa state.

Creates other Africa state instance of kfxKOEIDRegion_Africa region.

Provided by category kfxIDState(kfxIDStateCreation).

+ (instancetype) Albania

Albania state.

Creates Albania state instance of kfxKOEIDRegion_Europe region.

Provided by category kfxIDState(kfxIDStateCreation).

+ (instancetype) AsiaOther

Other Asia state.

Creates other Asia state instance of kfxKOEIDRegion_Asia region.

Provided by category kfxIDState(kfxIDStateCreation).

+ (instancetype) AustraliaOther

Other Australia state.

Creates other Australia state instance of kfxKOEIDRegion_Australia region.

Provided by category kfxIDState(kfxIDStateCreation).

+ (instancetype) Brazil

Brazil state.

Creates Brazil state instance of kfxKOEIDRegion_LatinAmerica region.

Provided by category kfxIDState(kfxIDStateCreation).

+ (instancetype) Cameroon

Cameroon state.

Creates Cameroon state instance of kfxKOEIDRegion_Africa region.

Provided by category kfxIDState(kfxIDStateCreation).

+ (instancetype) Canada

Canada state.

Creates Canada state instance of kfxKOEIDRegion_Canada region.

Provided by category kfxIDState(kfxIDStateCreation).

+ (instancetype) China

China state.

Creates China state instance of kfxKOEIDRegion_Asia region.

Provided by category kfxIDState(kfxIDStateCreation).

+ (instancetype) Ecuador

Ecuador state.

Creates Ecuador state instance of kfxKOEIDRegion_LatinAmerica region.

Provided by category kfxIDState(kfxIDStateCreation).

+ (instancetype) ElSalvador

ElSalvador state.

Creates ElSalvador state instance of kfxKOEIDRegion_LatinAmerica region.

Provided by category kfxIDState(kfxIDStateCreation).

+ (instancetype) EuropeOther

Other Europe state.

Creates other Europe state instance of kfxKOEIDRegion_Europe region.

Provided by category kfxIDState(kfxIDStateCreation).

+ (instancetype) Germany

Germany state.

Creates Germany state instance of kfxKOEIDRegion_Europe region.

Provided by category kfxIDState(kfxIDStateCreation).

+ (instancetype) Guatemala

Guatemala state.

Creates Guatemala state instance of kfxKOEIDRegion_LatinAmerica region.

Provided by category kfxIDState(kfxIDStateCreation).

+ (instancetype) India

India state.

Creates India state instance of kfxKOEIDRegion_Asia region.

Provided by category kfxIDState(kfxIDStateCreation).

- (BOOL) isEqualToState: (kfxIDState *)  otherState

Compares the receiving state to another state.

YES if the content of otherState is equal to the content of the receiving state, otherwise NO.

+ (instancetype) Japan

Japan state.

Creates Japan state instance of kfxKOEIDRegion_Asia region.

Provided by category kfxIDState(kfxIDStateCreation).

+ (instancetype) KeyPass

Key Pass state.

Creates Key Pass state instance of kfxKOEIDRegion_Australia region.

Provided by category kfxIDState(kfxIDStateCreation).

+ (instancetype) LatinAmericaOther

Other Latin America state.

Creates other Latin America state instance of kfxKOEIDRegion_LatinAmerica region.

Provided by category kfxIDState(kfxIDStateCreation).

+ (instancetype) Lithuania

Lithuania state.

Creates Lithuania state instance of kfxKOEIDRegion_Europe region.

Provided by category kfxIDState(kfxIDStateCreation).

+ (instancetype) Luxembourg

Luxembourg state.

Creates Luxembourg state instance of kfxKOEIDRegion_Europe region.

Provided by category kfxIDState(kfxIDStateCreation).

+ (instancetype) NotSpecified

NotSpecified state.

Creates NotSpecified state instance of kfxKOEIDRegion_US region.

Provided by category kfxIDState(kfxIDStateCreation).

+ (instancetype) Singapore

Singapore state.

Creates Singapore state instance of kfxKOEIDRegion_Asia region.

Provided by category kfxIDState(kfxIDStateCreation).

+ (instancetype) SouthKorea

South Korea state.

Creates South Korea state instance of kfxKOEIDRegion_Asia region.

Provided by category kfxIDState(kfxIDStateCreation).

+ (instancetype) StChristNevis

StChristNevis state.

Creates StChristNevis state instance of kfxKOEIDRegion_LatinAmerica region.

Provided by category kfxIDState(kfxIDStateCreation).

+ (instancetype) UnitedStates

United States state.

Creates United States state instance of kfxKOEIDRegion_US region.

Provided by category kfxIDState(kfxIDStateCreation).

Property Documentation

- (kfxKOEIDRegion) idRegion
readnonatomicassign

ID region value.

Connects ID state to the ID region, allow to create region-state hierarchy.

This readonly property contains one of the available values from kfxKOEIDRegion enumeration.

See also
kfxKOEIDRegion

The documentation for this class was generated from the following file:
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.