W3cubDocs

/Kotlin

ObjCFactory

Platform and version requirements: Native (1.3)
@Target([AnnotationTarget.FUNCTION]) annotation class ObjCFactory

Constructors

Platform and version requirements: Native (1.3)

<init>

ObjCFactory(
    selector: String, 
    encoding: String, 
    isStret: Boolean = false)

Properties

Platform and version requirements: Native (1.3)

encoding

val encoding: String
Platform and version requirements: Native (1.3)

isStret

val isStret: Boolean
Platform and version requirements: Native (1.3)

selector

val selector: String

© 2010–2020 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/-obj-c-factory/index.html