Overload | Description |
---|---|
ClosePopups() | Close all popup windows whether pinned or not pinned (active). You must be on the UI thread to call this function |
ClosePopups(IEnumerable<PopupContent>) | Close all popup windows containing any of the provided popup content whether pinned or not pinned (active). You must be on the UI thread to call this function |