-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum CatalogParams.AssetType
The type of asset sent to the Cast receiver app for playback.
-
-
Method Summary
Modifier and Type Method Description static Array<CatalogParams.AssetType>
values()
static CatalogParams.AssetType
valueOf(String name)
-
-
Method Detail
-
values
static Array<CatalogParams.AssetType> values()
-
valueOf
static CatalogParams.AssetType valueOf(String name)
-
-
-
-