CallIntMethod property

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

Implementation

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