Composables UI is out: our new component library for Compose Multiplatform ->
Class

RemoteCreationDisplayInfo

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

Source set: Android
public class RemoteCreationDisplayInfo
internal constructor(
    public val size: Size,
    public val density: Density,
    public val isInspectionMode: Boolean = false,
    public val densityBehavior: RemoteDensityBehavior = RemoteDensityBehavior.Legacy,
)

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.

Last updated: