VrContentType

enum VrContentType : Parcelable

The available types a SourceConfigs VrConfig can have.

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun describeContents(): Int
Link copied to clipboard
open fun valueOf(name: String): VrContentType
Link copied to clipboard
open fun values(): Array<VrContentType>
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)

Properties

Link copied to clipboard
val CREATOR: Parcelable.Creator<VrContentType>