
[](https://opensource.org/licenses/Apache-2.0)
[](https://www.nuget.org/packages/DialogMessaging/)
[](https://www.nuget.org/packages/DialogMessaging.MvvmCross/)

# DialogMessaging
DialogMessaging is a cross platform, customizable dialog messaging service, compatible with standalone or MvvmCross-based Xamarin.Android and Xamarin.iOS projects.
## Dialogs
- Action sheet *
- Action sheet bottom *
- Alert *
- Confirm *
- Delete *
- Loading *
- Login *
- Prompt *
- Snackbar
- Toast
\* Synchronous and asynchronous methods are available.
## [Getting Started](https://github.com/lewisbennett/dialog-messaging/tree/master/src/DialogMessaging)
## [Getting Started (MvvmCross)](https://github.com/lewisbennett/dialog-messaging/tree/master/src/DialogMessaging.MvvmCross)
## [Customization](https://github.com/lewisbennett/dialog-messaging/tree/master/src/DialogMessaging.Core/Platforms/Shared/CUSTOMIZATION.md)
## [Customization (Android)](https://github.com/lewisbennett/dialog-messaging/tree/master/src/DialogMessaging.Core/Platforms/Droid/CUSTOMIZATION.md)
## [Customization (iOS)](https://github.com/lewisbennett/dialog-messaging/tree/master/src/DialogMessaging.Core/Platforms/iOS/CUSTOMIZATION.md)
## Samples
[Android project](https://github.com/lewisbennett/dialog-messaging/tree/master/samples/Sample.Droid)
[iOS project](https://github.com/lewisbennett/dialog-messaging/tree/master/samples/Sample.iOS)
[MvvmCross core project](https://github.com/lewisbennett/dialog-messaging/tree/master/samples/Sample.MvvmCross.Core)
[MvvmCross Android project](https://github.com/lewisbennett/dialog-messaging/tree/master/samples/Sample.MvvmCross.Droid)
[MvvmCross iOS project](https://github.com/lewisbennett/dialog-messaging/tree/master/samples/Sample.MvvmCross.iOS)