Share via


PageExtension.DisplayToastAsync Method

Definition

Overloads

DisplayToastAsync(Page, ToastOptions)

public static System.Threading.Tasks.Task DisplayToastAsync(this Xamarin.Forms.Page page, Xamarin.CommunityToolkit.UI.Views.Options.ToastOptions toastOptions);

Parameters

page
Page
toastOptions
ToastOptions

Returns

System.Threading.Tasks.Task

Applies to

DisplayToastAsync(Page, String, Int32)

public static System.Threading.Tasks.Task DisplayToastAsync(this Xamarin.Forms.Page page, string message, int durationMilliseconds = 3000);

Parameters

page
Page
message
System.String
durationMilliseconds
System.Int32

Returns

System.Threading.Tasks.Task

Applies to