start
fun start(qrSize: Int = 800, askConsent: suspend (ConsentPromptData) -> Boolean, onEvent: (ProximityPresentation.Event) -> Unit)
Begin advertising and handling a proximity presentation.
Parameters
qr Size
Pixel size for the generated engagement Bitmap.
ask Consent
Invoked when a request arrives; return true to disclose the requested claims, false to abort the session.
on Event
Lifecycle callback. Always delivered on the main thread.