WIFI_P2P_SERVICE property

JString? get WIFI_P2P_SERVICE

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

Implementation

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