class CapturedDocument


Represents the result of a remote Composable capture operation.

This class encapsulates all the necessary data to reconstruct and display a RemoteCompose document. It contains the serialized view hierarchy as a byte array and a map of any associated PendingIntents that need to be resolved on the host side.

Summary

Public properties

ByteArray

The bytes of the Remote Compose document.

IntObjectMap<PendingIntent>

A map of integer identifiers to PendingIntent objects.

Public properties

bytes

Added in 1.0.0-alpha02
val bytesByteArray

The bytes of the Remote Compose document.

pendingIntents

Added in 1.0.0-alpha02
val pendingIntentsIntObjectMap<PendingIntent>

A map of integer identifiers to PendingIntent objects.