4.0.0 • Published 3 years ago

@nstudio/nativescript-onfido v4.0.0

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
3 years ago

Onfido SDK for NativeScript

npm install @nstudio/nativescript-onfido

Usage

import { OnfidoUtils, Onfido, OnfidoCaptureType } from '@nstudio/nativescript-onfido';

OnfidoUtils.init('<token>', '<app id>');

Onfido.debugMode = true;
Onfido.start({
    sdkToken: token,
    flowSteps: {
        welcome: true,
        captureDocument: {},
        captureFace: {
          type: OnfidoCaptureType.PHOTO,
        },
    },
}).then(data => {
    // onfido data
}).catch((error) => {
    // onfido data
});

License

Apache License Version 2.0

4.0.0

3 years ago

4.0.0-alpha.0

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.0

4 years ago

2.0.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

5 years ago