<div class='sourceset sourceset-android'>Android</div>

```kotlin
public val LocalSpatialCapabilities: ProvidableCompositionLocal<SpatialCapabilities>
```

Provides the current [SpatialCapabilities](/jetpack-compose/androidx.xr.compose/compose/interfaces/SpatialCapabilities) that are currently available to the application.

The [SpatialCapabilities](/jetpack-compose/androidx.xr.compose/compose/interfaces/SpatialCapabilities) represents a set of inherent permissions that the application may have
depending on the context. For example, in home space mode, the app may not have the ability to
create spatial UI; however, in full space mode, the application may have this capability.