TokenizedInputLiveCallbackRegistry

fun TokenizedInputLiveCallbackRegistry()

Creates an empty registry that relays invocations to the registered callbacks based on the provided InputCallbackTokens.

The register creates LiveCallbackContainers as needed to keep callbacks and their associated Lifecycle, then removes a container when all its contained Lifecycles are DESTROYED.