Skip to main content
Version: v3000

createBlinkCardFeedbackUi

@microblink/blinkcard


@microblink/blinkcard / createBlinkCardFeedbackUi

Function: createBlinkCardFeedbackUi()

createBlinkCardFeedbackUi(blinkCardUxManager, cameraManagerComponent, feedbackUiOptions): () => void

Creates the BlinkCard feedback UI.

Parameters

blinkCardUxManager

BlinkCardUxManager

The BlinkCard Ux Manager.

cameraManagerComponent

CameraManagerComponent

The Camera Manager Component.

feedbackUiOptions

Partial<FeedbackUiOptions>

The options for the createBlinkCardFeedbackUi function.

Returns

The function to unmount the feedback UI.

(): void

Returns

void