Compose Unstyled 2.0 is out! Check the official announcement blog ->
Class

RemoteCreationDisplayInfo

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

Source set: Android
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.

Last updated: