Visibility
Represents visibility level (also known as access level) of the corresponding declaration. Some of these visibilities may be non-denotable in Kotlin.
Entries
Signifies that the corresponding declaration is "private-to-this", which is a non-denotable visibility of private members in Kotlin which are callable only on the same instance of the declaring class. Generally, this visibility is more restrictive than 'private', so for most use cases it can be treated the same.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.