HiddenFromObjC

Common
Native
1.0
@HidesFromObjC @Target([AnnotationTarget.PROPERTY, AnnotationTarget.FUNCTION]) @ExperimentalObjCRefinement annotation class HiddenFromObjC
(Common source) (Native source)

Instructs the Kotlin compiler to remove this function or property from the public Objective-C API.

Constructors

Common
Native
1.0

<init>

Instructs the Kotlin compiler to remove this function or property from the public Objective-C API.

<init>()