createAttributionContext method
from: public android.content.Context createAttributionContext(java.lang.String string)
The returned object must be released after use, by calling the release method.
Implementation
Context? createAttributionContext(
jni$_.JString? string,
) {
final _$string = string?.reference ?? jni$_.jNullReference;
return _createAttributionContext(
reference.pointer,
_id_createAttributionContext.pointer,
_$string.pointer,
).object<Context?>();
}