VrContentType

VrContentType

@Serializable

enum VrContentType : Parcelable, Enum<VrContentType>

The available types a SourceConfigs VrConfig can have.

Entries

None@SerialName(value = "none")
None
Sbs@SerialName(value = "sbs")
Sbs
Single@SerialName(value = "single")
Single
Tab@SerialName(value = "tab")
Tab

Types

NameSummary
Companionobject Companion

Properties

NameSummary
entriesval entries: EnumEntries<VrContentType>
Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

NameSummary
describeContentsopen override fun describeContents(): Int
valueOffun valueOf(value: String): VrContentType
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<VrContentType>
Returns an array containing the constants of this enum type, in the order they're declared.
writeToParcelopen override fun writeToParcel(dest: Parcel, flags: Int)