Overload | Description |
---|---|
ShowCustomPopup(IEnumerable<PopupContent>) | Show a custom pop-up. This method must be called on the UI thread. |
ShowCustomPopup(IEnumerable<PopupContent>,IEnumerable<PopupCommand>,Boolean) | Show a custom pop-up. This method must be called on the UI thread. |
ShowCustomPopup(IEnumerable<PopupContent>,IEnumerable<PopupCommand>,Boolean,PopupDefinition) | Show a custom pop-up. This method must be called on the UI thread. |