OverlayMethod

enum OverlayMethod : Enum<OverlayMethod>

Enum that categorizes the methods of an overlay implementation.

Entries

Link copied to clipboard

An overlay is rendered for each modal opened, so there are arbitrary pairs of overlay and modal on top. The overall effect is often that the screen becomes darker and darker if the overlay effect is applying a transparent color to the screen.

Link copied to clipboard

Only one overlay will be rendered, just beneath the top most modal shown, so that it covers the whole rest of the screen including other modals opened before.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int