Class: kfxUicontrols

kfxCordova.kfxUicontrols()

new kfxUicontrols()

Methods

(static) createBarcodeCaptureControl()

this method is used to get the instance of barcode capture control
Example
var barcodeCaptureControlInstance = kfxCordova.kfxUicontrols.createBarcodeCaptureControl();

(static) createCheckCaptureExperience()

this method is used to get the instance of check capture experience
Example
var checkCaptureExperienceInstance = kfxCordova.kfxUicontrols.createCheckCaptureExperience();

(static) createDocumentCaptureExperience()

this method is used to get the instance of document capture experience
Example
var documentCaptureExperienceInstance = kfxCordova.kfxUicontrols.createDocumentCaptureExperience();

(static) createFixedAspectRatioCaptureExperience()

this method is used to get the instance of fixed aspect ratio capture experience
Example
var fixedAspectRatioCaptureExperienceInstance = kfxCordova.kfxUicontrols.createFixedAspectRatioCaptureExperience();

(static) createImageCaptureControl()

this method is used to get the instance of image capture control
Example
var imageCaptureControlInstance = kfxCordova.kfxUicontrols.createImageCaptureControl();

(static) createImageReviewControl()

this method is used to get the instance of image review control
Example
var imageReviewControlInstance = kfxCordova.kfxUicontrols.createImageReviewControl();

(static) createPassportCaptureExperience()

this method is used to get the instance of passport capture experience
Example
var passportCaptureExperienceInstance = kfxCordova.kfxUicontrols.createPassportCaptureExperience();