Class

CapturedDocument

Represents the result of a remote Composable capture operation.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Android
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 PendingIntents that need to be resolved on the host side.