Companion

object Companion

Functions

create
Link copied to clipboard
fun <T : Any> create(any: T): StableRef<T>

Creates a handle for given object.

fromValue
Link copied to clipboard
fun fromValue(value: COpaquePointer): StableRef<Any>

Creates StableRef from given raw value.