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
Boolean
fast
Boolean

Returns

Implements

Attributes

Applies to