FaceCheckHost

fun FaceCheckHost(guard: FaceShareGuard? = FaceShareGuard.installed)

Shows the face check whenever guard needs one. Only for a wallet UI built from your own Compose screens: compose it once, last, at the root so it draws over every screen. The ready-made screens already show the check, and on Android it attaches itself to the presenting screen.

Parameters

guard

the guard to serve; defaults to the most recently created FaceShareGuard.