Package-level declarations

Types

Link copied to clipboard

A renderer that renders a composable to a bitmap.

Link copied to clipboard
class ServiceComposableBitmapRenderer(application: Application, lifecycleOwner: LifecycleOwner = ProcessLifecycleOwner.get()) : ComposableBitmapRenderer

Use a virtual display to capture composable content thats on a display. This is necessary because Compose doesn't yet support offscreen bitmap creation (https://issuetracker.google.com/298037598)