invoke
open operator override fun invoke(token: InputCallbackToken<I>, input: I)
Content copied to clipboard
Relays invocations to the registered callbacks whose tokens matches token.
The return values of registered callbacks that are in inactive states (unless otherwise indicated by runWhileStopped when being registered) or that returned null are discarded and will not be included in the returned list.
Parameters
token
The token identifying the registered callbacks that should be invoked.
input
The parameter to be passed on the callback invocations.