SubstituteHandling


class SubstituteHandling
kotlin.Any
   ↳ kotlin.Enum<android.icu.text.DisplayOptions.SubstituteHandling>
   ↳ android.icu.text.DisplayOptions.SubstituteHandling

Represents all the substitute handlings.

Summary

Enum values

Returns a null value when no data is available.

Returns a fallback value (e.g., the input code) when no data is available.

A possible setting for SubstituteHandling.

Properties
static MutableList<DisplayOptions.SubstituteHandling!>!

Unmodifiable List of all substitute handlings constants.

Enum values

NO_SUBSTITUTE

enum val NO_SUBSTITUTE : DisplayOptions.SubstituteHandling

Returns a null value when no data is available.

SUBSTITUTE

enum val SUBSTITUTE : DisplayOptions.SubstituteHandling

Returns a fallback value (e.g., the input code) when no data is available. This is the default behaviour.

UNDEFINED

enum val UNDEFINED : DisplayOptions.SubstituteHandling

A possible setting for SubstituteHandling. The SubstituteHandling context to be used is unknown (this is the default value).

Properties

VALUES

static val VALUES: MutableList<DisplayOptions.SubstituteHandling!>!

Unmodifiable List of all substitute handlings constants. List version of values().