COMPANION_DEVICE_SERVICE property

JString? get COMPANION_DEVICE_SERVICE

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

Implementation

static jni$_.JString? get COMPANION_DEVICE_SERVICE =>
    _id_COMPANION_DEVICE_SERVICE.getNullable(_class, jni$_.JString.type)
        as jni$_.JString?;