---
title: "ExperimentalRotateToLookAtUserApi"
description: "Marks RotateToLookAtUser APIs that are experimental and likely to change or be removed in the future."
type: "class"
lastmod: "2026-06-18T10:32:52.961473Z"
---
## API Reference

> Source set: Android

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

```kotlin
public annotation class ExperimentalRotateToLookAtUserApi
```

Marks RotateToLookAtUser APIs that are experimental and likely to change or be removed in the
future.

Any usage of a declaration annotated with `@ExperimentalRotateToLookAtUserApi` must be accepted
either by annotating that usage with `@OptIn(ExperimentalRotateToLookAtUserApi::class)` or by
propagating the annotation to the containing declaration.
