INavigationPageController.PopAsyncInner(Boolean, Boolean) Method

Definition

For internal use by platform renderers.

public System.Threading.Tasks.Task<Xamarin.Forms.Page> PopAsyncInner (bool animated, bool fast = false);
abstract member PopAsyncInner : bool * bool -> System.Threading.Tasks.Task<Xamarin.Forms.Page>

Parameters

animated
Boolean

For internal use by the Xamarin.Forms platform.

fast
Boolean

For internal use by the Xamarin.Forms platform.

Returns

Applies to