sendEvent

expect open fun sendEvent(eventCode: UInt, param: StringReference? = null)

Manually sends an event to this object.

Parameters

eventCode

The event code (eg LV_EVENT_VALUE_CHANGED).

param

The parameter to pass through, or null for no parameter.


expect open fun sendEvent(eventCode: UInt, param: String? = null): StringReference?

Manually sends an event to this object.

Return

The StringReference object that represents param, or null for no parameter.

Parameters

eventCode

The event code (eg LV_EVENT_VALUE_CHANGED).

param

The parameter to pass through, or null for no parameter.

actual open fun sendEvent(eventCode: UInt, param: StringReference?)
actual open fun sendEvent(eventCode: UInt, param: String?): StringReference?
actual open fun sendEvent(eventCode: UInt, param: StringReference?)
actual open fun sendEvent(eventCode: UInt, param: String?): StringReference?