unbind

suspend fun unbind(vararg callbackGroups: Any)

Removes all callbacks registered by EventDispatcher.register. It's identified by given callback group identifiers.

Parameters

callbackGroups

one or more callback group identifiers used to select callbacks to unbind