Package-level declarations

Types

Link copied to clipboard
data class BlinkIdVerifyActivityColors(@ColorInt val primary: Int?, @ColorInt val background: Int?, @ColorInt val onBackground: Int?, @ColorInt val helpButtonBackground: Int?, @ColorInt val helpButton: Int?, @ColorInt val helpTooltipBackground: Int?, @ColorInt val helpTooltipText: Int?) : Parcelable
Link copied to clipboard
data class BlinkIdVerifyActivitySettings @JvmOverloads constructor(val blinkIdVerifySdkSettings: BlinkIdVerifySdkSettings, val cameraSettings: CameraSettings = CameraSettings(), val captureSessionSettings: VerifyCaptureSessionSettings = VerifyCaptureSessionSettings(), val uxSettings: VerifyUxSettings = VerifyUxSettings(), val verifyActivityUiColors: BlinkIdVerifyActivityColors? = null, val verifyActivityUiStrings: SdkStrings = SdkStrings.Default, val verifyActivityTypography: ParcelableUiTypography = ParcelableUiTypography.Default(null), val showOnboardingDialog: Boolean = DefaultShowOnboardingDialog, val showHelpButton: Boolean = DefaultShowHelpButton, val enableEdgeToEdge: Boolean = true, val deleteCachedAssetsAfterUse: Boolean = false) : Parcelable

Configuration settings for the BlinkIdVerifyCaptureActivity.

Link copied to clipboard

Class containing results of the BlinkID Verify Capture activity.

Link copied to clipboard

Android activity result contract for launching the Microblink's BlinkID Verify Capture session and obtaining capture results.