NavigationProxy.OnPushAsync(Page, Boolean) Method

Definition

For internal use by the Xamarin.Forms platform.

protected virtual System.Threading.Tasks.Task OnPushAsync (Xamarin.Forms.Page page, bool animated);
abstract member OnPushAsync : Xamarin.Forms.Page * bool -> System.Threading.Tasks.Task
override this.OnPushAsync : Xamarin.Forms.Page * bool -> System.Threading.Tasks.Task

Parameters

page
Page

For internal use by the Xamarin.Forms platform.

animated
System.Boolean

For internal use by the Xamarin.Forms platform.

Returns

System.Threading.Tasks.Task

For internal use by the Xamarin.Forms platform.

Applies to