SpatialApiVersions


object SpatialApiVersions


All the Spatial API versions supported by Android XR.

Summary

Constants

const Int

Initial API version.

const Int

API version 2.

const Int

API version 3.

const Int

Unknown API version.

Constants

SPATIAL_API_V1

Added in 1.0.0-alpha11
const val SPATIAL_API_V1 = 1: Int

Initial API version.

SPATIAL_API_V2

Added in 1.0.0-alpha11
const val SPATIAL_API_V2 = 2: Int

API version 2.

SPATIAL_API_V3

Added in 1.0.0-alpha11
const val SPATIAL_API_V3 = 3: Int

API version 3.

UNKNOWN

Added in 1.0.0-alpha11
const val UNKNOWN = 0: Int

Unknown API version.

Used when the API version hasn't been established yet