OverlayNotExistsException

Thrown when DismissBottomSheet/DismissModalBottomSheet/DismissDialog is called with an id that has no currently-showing overlay registered under it — the failure behind those 3 events' onFailure.

Parameters

overlayId

the id that wasn't found, included in the message.

Constructors

Link copied to clipboard
constructor(overlayId: String)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?