Skip to main content
Version: v7.0.x

createBlinkIdFeedbackUi

@microblink/blinkid


@microblink/blinkid / createBlinkIdFeedbackUi

Function: createBlinkIdFeedbackUi()

createBlinkIdFeedbackUi(blinkIdUxManager, cameraManagerComponent, options?): () => void

Creates the BlinkID feedback UI.

Parameters

blinkIdUxManager

BlinkIdUxManager

The BlinkID Ux Manager.

cameraManagerComponent

CameraManagerComponent

The Camera Manager Component.

options?

FeedbackUiOptions

The options for the createBlinkIdFeedbackUi function.

Returns

The function to unmount the feedback UI.

(): void

Returns

void