Skip to main content

@tokenstreet/react-native-idnow-videoident

Enumerations

Interfaces

Type Aliases

TOnError

Ƭ TOnError: (identificationErrorResult: IIdentificationErrorResult) => void

Type declaration

▸ (identificationErrorResult): void

Parameters
NameType
identificationErrorResultIIdentificationErrorResult
Returns

void

Defined in

model/common.ts:11


TOnSuccess

Ƭ TOnSuccess: (identificationResult: IIdentificationResult) => void

Type declaration

▸ (identificationResult): void

Parameters
NameType
identificationResultIIdentificationResult
Returns

void

Defined in

model/common.ts:12

Variables

IdnowManager

Const IdnowManager: Object

Type declaration

NameTypeDescription
startVideoIdent(settings: ISettings<ColorValue>, callbacks?: ICallbacks) => Promise<IIdentificationResult>Start the video ident process

Defined in

IdnowManager.ts:11