show

fun show(config: OverlayConfig)

Show the overlay. Idempotent — calling while already showing replaces the existing overlay with the new config.


fun show(label: String, onClick: () -> Unit)

Convenience overload — equivalent to show(OverlayConfig(label = label, onClick = onClick)).