CallBooleanMethodV property

Pointer<NativeFunction<JBooleanMarker Function(Pointer<JniEnv1>, JObjectPtr, JMethodIDPtr, Pointer<Void>)>> CallBooleanMethodV
getter/setter pair

Implementation

external ffi.Pointer<
    ffi.NativeFunction<
        JBooleanMarker Function(ffi.Pointer<JniEnv1>, JObjectPtr,
            JMethodIDPtr, ffi.Pointer<ffi.Void>)>> CallBooleanMethodV;