GetObjectRefType property

Pointer<NativeFunction<Int32 Function(Pointer<JniEnv1> env, JObjectPtr obj)>> GetObjectRefType
getter/setter pair

added in JNI 1.6

Implementation

external ffi.Pointer<
        ffi.NativeFunction<
            ffi.Int32 Function(ffi.Pointer<JniEnv1> env, JObjectPtr obj)>>
    GetObjectRefType;