NavigationProxy.PushModalAsync Method

Definition

Overloads

PushModalAsync(Page)

For internal use by the Xamarin.Forms platform.

PushModalAsync(Page, Boolean)

For internal use by the Xamarin.Forms platform.

PushModalAsync(Page)

For internal use by the Xamarin.Forms platform.

public System.Threading.Tasks.Task PushModalAsync (Xamarin.Forms.Page modal);
abstract member PushModalAsync : Xamarin.Forms.Page -> System.Threading.Tasks.Task
override this.PushModalAsync : Xamarin.Forms.Page -> System.Threading.Tasks.Task

Parameters

modal
Page

For internal use by the Xamarin.Forms platform.

Returns

System.Threading.Tasks.Task

For internal use by the Xamarin.Forms platform.

Implements

Applies to

PushModalAsync(Page, Boolean)

For internal use by the Xamarin.Forms platform.

public System.Threading.Tasks.Task PushModalAsync (Xamarin.Forms.Page modal, bool animated);
abstract member PushModalAsync : Xamarin.Forms.Page * bool -> System.Threading.Tasks.Task
override this.PushModalAsync : 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.

Implements

Applies to