beginInvoke
Description​
Tells the UI layer to invoke the given action.
- JavaScript
- C#
- Kotlin
beginInvoke(action: () => void): void
void BeginInvoke(() => void action)
fun beginInvoke(action: () => void): Unit
Parameter | Summary |
---|---|
actionAll | (no description) |