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)

This function is deprecated. Replaced by the androidx.resourceinpsection package.

android

Public properties

String

This property is deprecated. Replaced by the androidx.resourceinpsection package.

android
Int

This property is deprecated. Replaced by the androidx.resourceinpsection package.

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