CallIntMethodV property

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

Implementation

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