SetIntField property

Pointer<NativeFunction<JThrowablePtr Function(JObjectPtr obj, JFieldIDPtr fieldID, JIntMarker val)>> SetIntField
getter/setter pair

Implementation

external ffi.Pointer<
        ffi.NativeFunction<
            JThrowablePtr Function(
                JObjectPtr obj, JFieldIDPtr fieldID, JIntMarker val)>>
    SetIntField;