ALARM_SERVICE property

JString? get ALARM_SERVICE

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

Implementation

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