🌈 Create new beautiful Compose Gradients with our new wesite ->
Property

LocalSession

A composition local that provides the current Jetpack XR Session.

Source set: Android
public val LocalSession: ProvidableCompositionLocal<Session?> =
    compositionLocalWithComputedDefaultOf {
        LocalComposeXrOwners.currentValue.session
    }

A composition local that provides the current Jetpack XR Session.

In non-XR environments, this composition local will return null.

Content updated: