getSystemServiceName method

JString? getSystemServiceName(
  1. JObject? class$
)

from: public abstract java.lang.String getSystemServiceName(java.lang.Class<?> class) The returned object must be released after use, by calling the release method.

Implementation

jni$_.JString? getSystemServiceName(
  jni$_.JObject? class$,
) {
  final _$class$ = class$?.reference ?? jni$_.jNullReference;
  return _getSystemServiceName(
    reference.pointer,
    _id_getSystemServiceName.pointer,
    _$class$.pointer,
  ).object<jni$_.JString?>();
}