mainExecutor property
JObject?
get
mainExecutor
from: public java.util.concurrent.Executor getMainExecutor()
The returned object must be released after use, by calling the release method.
Implementation
jni$_.JObject? get mainExecutor {
return _get$mainExecutor(
reference.pointer,
_id_get$mainExecutor.pointer,
).object<jni$_.JObject?>();
}