<div class='sourceset sourceset-android'>Android</div>

```kotlin
public class CapturedDocument
internal constructor(
    public val bytes: ByteArray,
    public val pendingIntents: IntObjectMap<PendingIntent>,
)
```

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
`PendingIntent`s that need to be resolved on the host side.