Class

SubspaceComposable

Marks a composable function or other code element as intended for use within the context of SubspaceComposable functions.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Android
@ComposableTargetMarker(description = "Subspace Composable")
@Target(
    AnnotationTarget.FILE,
    AnnotationTarget.FUNCTION,
    AnnotationTarget.PROPERTY_GETTER,
    AnnotationTarget.TYPE,
    AnnotationTarget.TYPE_PARAMETER,
)
public annotation class SubspaceComposable

Marks a composable function or other code element as intended for use within the context of SubspaceComposable functions.