getSerial static method

JString? getSerial()

from: static public java.lang.String getSerial() The returned object must be released after use, by calling the release method.

Implementation

static jni$_.JString? getSerial() {
  return _getSerial(
          _class.reference.pointer, _id_getSerial as jni$_.JMethodIDPtr)
      .object<jni$_.JString?>(const jni$_.JStringNullableType());
}