Property | Type | Description |
---|
Method | Description | |
---|---|---|
PopAsync ( ) : System.Threading.Tasks.Task | ||
PopModalAsync ( ) : System.Threading.Tasks.Task | ||
PushAsync ( BaseViewModel viewModel ) : System.Threading.Tasks.Task | ||
PushModalAsync ( BaseViewModel viewModel, bool wrapInNavigation = true ) : System.Threading.Tasks.Task | ||
SetRoot ( object viewModel, bool wrapInNavigation = true ) : void |
public static PopAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public static PopModalAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public static PushAsync ( BaseViewModel viewModel ) : System.Threading.Tasks.Task | ||
viewModel | BaseViewModel | |
return | System.Threading.Tasks.Task |
public static PushModalAsync ( BaseViewModel viewModel, bool wrapInNavigation = true ) : System.Threading.Tasks.Task | ||
viewModel | BaseViewModel | |
wrapInNavigation | bool | |
return | System.Threading.Tasks.Task |
public static SetRoot ( object viewModel, bool wrapInNavigation = true ) : void | ||
viewModel | object | |
wrapInNavigation | bool | |
return | void |