Enum MobilePopupPresentationType
Same as PopupPresentationType but for Mobile explicitly.
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public enum MobilePopupPresentationType
Fields
Name | Description |
---|---|
FullScreen | Fullscreen Dialogs are a fullscreen variant of the Modal Dialog, only revealing a small portion of the page behind the underlay. Use this variant for more complex workflows that do not fit in the available Modal Dialog sizes. This variant does not support dismissible. |
FullScreenTakeOver | Fullscreen takeover Dialogs are similar to the fullscreen variant except that the Dialog covers the entire screen. |
Modal | Modal Dialogs create an underlay that blocks access to the underlying user interface until the Dialog is closed. Sizing options can be found on the Dialog page. Focus is trapped inside the Modal. |
Tray | Tray Dialogs are typically used to portray information on mobile devices or smaller screens. |