CSHasContext

interface CSHasContext : CSHasRegistrationsHasDestroy

Functions

Link copied to clipboard
open fun later(function: () -> Unit): CSRegistration
open fun later(delayMilliseconds: Int, function: () -> Unit): CSRegistration
Link copied to clipboard
abstract fun onDestroy()
Link copied to clipboard
open fun <T : Any> T.onMain(function: T.() -> Unit): CSRegistration?

Properties

Link copied to clipboard
abstract val context: Context
Link copied to clipboard
abstract val eventDestroy: CSEvent<Unit>
Link copied to clipboard
abstract val registrations: CSRegistrations

Inheritors

Link copied to clipboard