OverlayAlreadyAddedException

Thrown when DisplayBottomSheet/DisplayModalBottomSheet/DisplayDialog is called with an id already in use by a currently-showing overlay of the same kind — the failure behind those 3 events' onFailure.

Parameters

overlayId

the id that was already in use, 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?