A cross platform library that allows you to call for interactive alerts from a shared/portable library.
- Android
- iOS
- Portable library
InteractiveAlerts setup as Acr.UserDialogs.
The library configures.
InteractiveAlerts.Init(this);
OR InteractiveAlerts.Init(() => provide your own top level activity provider)
OR MvvmCross - InteractiveAlerts.Init(() => Mvx.Resolve<IMvxAndroidCurrentTopActivity>().Activity)
OR Xamarin.Forms - InteractiveAlerts.Init(() => (Activity)Forms.Context)
Success alert:
Error alert:
Warning alert:
Wait alert:
Error alert:
Warning alert:
Wait alert:
- Acr.UserDialogs - https://github.com/aritchie/userdialogs
- iOS - https://github.com/vikmeup/SCLAlertView-Swift
- Android - https://github.com/pedant/sweet-alert-dialog