Class ContentPopupManager
Inheritance
System.Object
ContentPopupManager
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Tizen.Theme.Common
Assembly: Tizen.Theme.Common.dll
Syntax
public static class ContentPopupManager
Methods
ShowPopup(ContentPopup)
Declaration
public static Task ShowPopup(ContentPopup popup)
Parameters
Type | Name | Description |
---|---|---|
ContentPopup | popup |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
ShowPopup(INavigation, ContentPopup)
Declaration
public static Task ShowPopup(this INavigation navigation, ContentPopup popup)
Parameters
Type | Name | Description |
---|---|---|
Xamarin.Forms.INavigation | navigation | |
ContentPopup | popup |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |