Skip to content

Dialogs Xamarin

Daniel edited this page Aug 16, 2020 · 6 revisions

CodeMonkeys.Dialogs.Xamarin.Forms

Nuget

The CodeMonkeys.Dialogs.Xamarin.Forms package contains the implementation for the DialogService for the Xamarin.Forms platform.

How to work with it?

var service = new DialogService();

service.ShowAlertAsync("MyTitle", "MyMessage");

Options

No additional options available.

Clone this wiki locally