Fill

data class Fill(val insets: RectMargins? = null) : ContentDisplayAreaOptions

Content Display Areas fill the ReaderView element.

Constructors

Link copied to clipboard
constructor(insets: RectMargins? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val insets: RectMargins? = null

Configures insets that reserve space along the edges of the ReaderView, typically set to match the device's safe area insets to keep content clear of camera notches, rounded corners, or system UI elements.

Link copied to clipboard
open override val type: ContentDisplayAreaType

Identifies the type of Content Display Area options.

Functions

Link copied to clipboard
open override fun serialize(generator: JsonGenerator)