CallIntMethodA property

Pointer<NativeFunction<JIntMarker Function(Pointer<JniEnv1> env, JObjectPtr obj, JMethodIDPtr methodID, Pointer<JValue> args)>> CallIntMethodA
getter/setter pair

Implementation

external ffi.Pointer<
    ffi.NativeFunction<
        JIntMarker Function(ffi.Pointer<JniEnv1> env, JObjectPtr obj,
            JMethodIDPtr methodID, ffi.Pointer<JValue> args)>> CallIntMethodA;