---
title: "ExperimentalComposeViewContextApi"
description: "This is for the experimental [ComposeViewContext] API and all APIs related to it."
type: "class"
---

<div class='type'>Class</div>


<a id='references'></a>

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


> **Requires Opt-in** RequiresOptIn.Level.ERROR

```kotlin
@Target(
    AnnotationTarget.CLASS,
    AnnotationTarget.FUNCTION,
    AnnotationTarget.PROPERTY,
    AnnotationTarget.PROPERTY_GETTER,
)
annotation class ExperimentalComposeViewContextApi
```


This is for the experimental `ComposeViewContext` API and all APIs related to it.



