PresentmentResultOverlay
fun PresentmentResultOverlay(outcome: PresentmentOutcome, title: String, detail: String? = null, autoDismissMillis: Long? = 2200, onDismiss: () -> Unit)
The presentment result shown as a full-screen overlay (a dimmed scrim + a centred white card with the badge/animation), the same modal the wallet uses for "The info was shared". Tap anywhere to dismiss. Used by the verifier when a verification completes and by the wallet after a share, so the success animation pops as an overlay everywhere instead of being embedded in a page.
fun PresentmentResultOverlay(view: ResultView, detail: String? = view.detail, autoDismissMillis: Long? = 2200, onDismiss: () -> Unit)
PresentmentResultOverlay for a ResultView from WalletResults.