Package renetik. android. event
Types
Functions
Link copied to clipboard
inline fun <T> CSEvent<T>.listen(@UiThread crossinline function: (registration: CSRegistration, argument: T) -> Unit): CSRegistration
Content copied to clipboard
inline fun CSEvent<Unit>.listen(@UiThread crossinline function: Func): CSRegistration
Content copied to clipboard
Link copied to clipboard
inline fun <T> CSEvent<T>.listenOnce(@UiThread crossinline listener: (argument: T) -> Unit): CSRegistration
Content copied to clipboard