NavigationPage.PopAsyncInner(Boolean, Boolean) Method

Definition

For internal use by the Xamarin.Forms platform.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public System.Threading.Tasks.Task<Xamarin.Forms.Page> PopAsyncInner (bool animated, bool fast);
abstract member PopAsyncInner : bool * bool -> System.Threading.Tasks.Task<Xamarin.Forms.Page>
override this.PopAsyncInner : bool * bool -> System.Threading.Tasks.Task<Xamarin.Forms.Page>

Parameters

animated
System.Boolean
fast
System.Boolean

Returns

System.Threading.Tasks.Task<Page>

Implements

Attributes
System.ComponentModel.EditorBrowsableAttribute

Applies to