Skip to main content

Feature

enum Feature : Enum<Feature>

Entries

ANALYTICSANALYTICS
COINSCOINS
DYNAMIC_FIELDSDYNAMIC_FIELDS
SUBSCRIPTIONSSUBSCRIPTIONS
SYSTEM_STATESYSTEM_STATE

Properties

NameSummary
entriesval entries: EnumEntries<Feature>
Returns a representation of an immutable list of all enum entries, in the order they're declared.
nameval name: String
ordinalval ordinal: Int

Functions

NameSummary
valueOffun valueOf(value: String): Feature
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.)
valuesfun values(): Array<Feature>
Returns an array containing the constants of this enum type, in the order they're declared.

ANALYTICS

ANALYTICS

Properties

NameSummary
nameval name: String
ordinalval ordinal: Int

COINS

COINS

Properties

NameSummary
nameval name: String
ordinalval ordinal: Int

DYNAMIC_FIELDS

DYNAMIC_FIELDS

Properties

NameSummary
nameval name: String
ordinalval ordinal: Int

SUBSCRIPTIONS

SUBSCRIPTIONS

Properties

NameSummary
nameval name: String
ordinalval ordinal: Int

SYSTEM_STATE

SYSTEM_STATE

Properties

NameSummary
nameval name: String
ordinalval ordinal: Int