Package-level declarations

Types

Link copied to clipboard
abstract class GpNativeObj

This is used by all Kotlin SDK objects that keeps a native implementation. For example In native you can obtain the native address of an kotlin object that extends this class by simply calling getNativeAddress(env, this_jObject); see JNIGpNativeObj.h

Properties

Link copied to clipboard
const val nullptr: Long = 0

nullptr address