getProduct method

JObject getProduct()

from: public final com.milibris.foundation.Product getProduct() The returned object must be released after use, by calling the release method.

Implementation

jni$_.JObject getProduct() {
  return _getProduct(
    reference.pointer,
    _id_getProduct as jni$_.JMethodIDPtr,
  ).object<jni$_.JObject>(const jni$_.JObjectType());
}