attributionSource property

JObject? get attributionSource

from: public android.content.AttributionSource getAttributionSource() The returned object must be released after use, by calling the release method.

Implementation

jni$_.JObject? get attributionSource {
  return _get$attributionSource(
    reference.pointer,
    _id_get$attributionSource.pointer,
  ).object<jni$_.JObject?>();
}