Enum ChromecastMetadataType
-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum ChromecastMetadataType extends Enum<ChromecastMetadataType>
The Chromecast metadata type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classChromecastMetadataType.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Stringtypeprivate final IntegernativeTypeprivate final Stringnameprivate final Integerordinalprivate final EnumEntries<ChromecastMetadataType>entries
-
Method Summary
Modifier and Type Method Description final ChromecastMetadataTypevalueOf(String value)Returns the enum constant of this type with the specified name. final Array<ChromecastMetadataType>values()Returns an array containing the constants of this enum type, in the order they're declared. final StringgetType()The textual representation of the Chromecast metadata. final IntegergetNativeType()The Chromecast MediaMetadata representation. final EnumEntries<ChromecastMetadataType>getEntries()The Chromecast metadata type. -
-
Method Detail
-
valueOf
final ChromecastMetadataType valueOf(String value)
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.)
-
values
final Array<ChromecastMetadataType> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
getNativeType
final Integer getNativeType()
The Chromecast MediaMetadata representation.
-
getEntries
final EnumEntries<ChromecastMetadataType> getEntries()
The Chromecast metadata type.
-
-
-
-