resultCallback

abstract val resultCallback: (O) -> Unit

Callback invoked with the contract output.

This keeps result handling colocated with registration instead of split across Activity Result API call sites.