IviExperimentalReason

enum IviExperimentalReason : Enum<IviExperimentalReason>

Defines a reason to refine why a public API is marked as an experimental API.

Entries

Link copied to clipboard

Can be used when a function or property exposes a type which is an experimental API. This allows us to detect whether the experimental API annotation with this reason can be removed, when the exposed experimental type becomes stable.

Inherited properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int