NavigationProxy.OnPushModal(Page, Boolean) Method

Definition

For internal use by the Xamarin.Forms platform.

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

Parameters

modal
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