InspectableProperty.EnumEntry

Added in 1.1.0
Deprecated in 1.3.0

One entry in an enumeration packed into a primitive {int}.

Summary

Public constructors

EnumEntry(name: String, value: Int)
android

Public properties

String

The string name of this enumeration value.

android
Int

The integer value of this enumeration value.

android

Public constructors

EnumEntry

EnumEntry(name: String, value: Int)

Public properties

name

val nameString

The string name of this enumeration value.

Returns
String

A string name

value

val valueInt

The integer value of this enumeration value.

Returns
Int

An integer value