CSLate Event Property
class CSLateEventProperty<T>(onApply: (value: T) -> Unit? = null) : CSEventPropertyBase<T>
Content copied to clipboard
Constructors
Functions
Link copied to clipboard
Invoke change event with current value
Link copied to clipboard
open fun later(delayMilliseconds: Int, function: () -> Unit): CSRegistration
Content copied to clipboard
later should be here instead of extension so Any.later is not called by mistake There is strange issue where postOnMain invokes immediately for unknown reason, so this was rewritten to not fail, even 5ms caused issue on some device so..
Link copied to clipboard
Link copied to clipboard