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
Boolean

For internal use by the Xamarin.Forms platform.

Returns

Task

For internal use by the Xamarin.Forms platform.

Applies to