---
title: "RemoteCreationDisplayInfo"
description: "Represents the virtual display metrics and configuration used as guide values for rendering a RemoteCompose document."
type: "class"
lastmod: "2026-06-18T10:32:53.152514Z"
---
## API Reference

> Source set: Android

```kotlin
public class RemoteCreationDisplayInfo(
    public val size: Size,
    public val density: Density,
    public val isInspectionMode: Boolean = false,
)
```

Represents the virtual display metrics and configuration used as guide values for rendering a
RemoteCompose document.

These values serve as a guide for the predicted characteristics of the remote display, but the
actual characteristics may differ when the document is played back on a remote client.
