<init>

Common
Native
1.0
<init>(
    name: String = "",
    swiftName: String = "",
    exact: Boolean = false)

Instructs the Kotlin compiler to use a custom Objective-C and/or Swift name for this class, property, parameter or function.

Parameters

exact - specifies if the name of a class should be interpreted as the exact name. E.g. the compiler won't add a top level prefix or the outer class names to exact names.