Collection of annotations that allow to store constant values.
object ConstantValue
annotation class CCall
Denotes property that is an alias to some enum entry.
annotation class CEnumEntryAlias
Stores instance size of the type T: CEnumVar.
annotation class CEnumVarTypeSize
annotation class CStruct
Detaches the Objective-C object from this Kotlin wrapper. More specifically, releases the Obj-C reference and zeroes the field where it is stored.
fun detachObjCObject(obj: ObjCObject)
© 2010–2023 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlinx.cinterop.internal/index.html