getRadioVersion static method
JString?
getRadioVersion()
from: static public java.lang.String getRadioVersion()
The returned object must be released after use, by calling the release
method.
Implementation
static jni$_.JString? getRadioVersion() {
return _getRadioVersion(
_class.reference.pointer, _id_getRadioVersion as jni$_.JMethodIDPtr)
.object<jni$_.JString?>(const jni$_.JStringNullableType());
}