EventTarget
Functions
Link copied to clipboard
abstract fun addEventListener(type: String, listener: EventListener, options: AddEventListenerOptions? = definedExternally)
abstract fun addEventListener(type: String, listener: EventListener, options: Boolean? = definedExternally)
abstract fun addEventListener(type: String, listener: EventListenerObject, options: AddEventListenerOptions? = definedExternally)
abstract fun addEventListener(type: String, listener: EventListenerObject, options: Boolean? = definedExternally)
Link copied to clipboard
Link copied to clipboard
abstract fun removeEventListener(type: String, callback: EventListener, options: EventListenerOptions? = definedExternally)
abstract fun removeEventListener(type: String, callback: EventListener, options: Boolean? = definedExternally)
abstract fun removeEventListener(type: String, callback: EventListenerObject, options: EventListenerOptions? = definedExternally)
abstract fun removeEventListener(type: String, callback: EventListenerObject, options: Boolean? = definedExternally)