Package 

Class NativeObject

  • All Implemented Interfaces:
    app.rive.runtime.kotlin.core.RefCount

    
    public abstract class NativeObject
     implements RefCount
                        

    NativeObject is a Kotlin object that's backed by a C++ counterpart via the JNI. It keeps track of the current pointer value in its local variable unsafeCppPointer.

    unsafeCppPointer is accessible via the cppPointer getter/setter.