HiddenFromObjC

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

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

Constructors

Common
Native
1.0

<init>

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

<init>()