InteractiveAlerts 0.1.8

dotnet add package InteractiveAlerts --version 0.1.8
NuGet\Install-Package InteractiveAlerts -Version 0.1.8
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="InteractiveAlerts" Version="0.1.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add InteractiveAlerts --version 0.1.8
#r "nuget: InteractiveAlerts, 0.1.8"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install InteractiveAlerts as a Cake Addin
#addin nuget:?package=InteractiveAlerts&version=0.1.8

// Install InteractiveAlerts as a Cake Tool
#tool nuget:?package=InteractiveAlerts&version=0.1.8

Interactive alerts for Xamarin

A cross platform library that allows you to call for interactive alerts from a shared/portable library.

Support:

  • Android
  • iOS
  • Portable library

NuGet

Setup

InteractiveAlerts setup as Acr.UserDialogs.

iOS
The library configures.
Android Initialization (In your main activity)
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)

MvvmCross

Screenshots from Interactive alerts

iOS

Success alert:

iOS Success

Error alert:

iOS Error

Warning alert:

iOS Warning

Wait alert:

iOS Wait

Android

Android Success

Error alert:

Android Error

Warning alert:

Android Warning

Wait alert:

Android Wait

Powered by

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid10 is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.8 9,483 1/23/2018
0.1.7 886 12/18/2017
0.1.6 1,105 5/21/2017
0.1.5 1,047 5/20/2017
0.1.3 1,001 5/20/2017
0.1.2 1,012 5/14/2017
0.1.1 996 5/14/2017
0.1.0 1,022 5/14/2017

This is release