-
Notifications
You must be signed in to change notification settings - Fork 0
Dialogs Xamarin
Daniel edited this page Aug 16, 2020
·
6 revisions
The CodeMonkeys.Dialogs.Xamarin.Forms
package contains the implementation for the DialogService
for the Xamarin.Forms platform.
var service = new DialogService();
service.ShowAlertAsync("MyTitle", "MyMessage");
No additional options available.