BSN.Common.Xam.Plugins.Messaging 3.2.1-beta

This is a prerelease version of BSN.Common.Xam.Plugins.Messaging.
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.8.1 or higher.

dotnet add package BSN.Common.Xam.Plugins.Messaging --version 3.2.1-beta
NuGet\Install-Package BSN.Common.Xam.Plugins.Messaging -Version 3.2.1-beta
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="BSN.Common.Xam.Plugins.Messaging" Version="3.2.1-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BSN.Common.Xam.Plugins.Messaging --version 3.2.1-beta
#r "nuget: BSN.Common.Xam.Plugins.Messaging, 3.2.1-beta"
#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 BSN.Common.Xam.Plugins.Messaging as a Cake Addin
#addin nuget:?package=BSN.Common.Xam.Plugins.Messaging&version=3.2.1-beta&prerelease

// Install BSN.Common.Xam.Plugins.Messaging as a Cake Tool
#tool nuget:?package=BSN.Common.Xam.Plugins.Messaging&version=3.2.1-beta&prerelease

Messaging plugin for Xamarin and Windows to make a phone call, send a sms or send an e-mail using the default messaging applications on the different mobile platforms.

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid10 is compatible. 
MonoTouch monotouch10 is compatible. 
Universal Windows Platform uap was computed.  uap10 is compatible.  uap10.0 was computed. 
Windows Phone wp8 is compatible.  wp81 was computed.  wpa81 is compatible. 
Windows Store win8 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.

This package has no dependencies.

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
5.3.0 1,328 7/30/2020
3.2.1-beta 2,056 11/7/2016

[3.2.1]
- Add EmailMessageBuilder.WithAttachment overload to add attachments directly from within PCL code (Android/iOS only)
- Add additional IEmailTask.CanSendEmailAttachments, IEMailTask.CanSendEmailBodyAsHtml
- Add CrossMessaging singleton as alternative to MessagingPlugin to access API features
- Rename assemblies to Plugin.Messaging
[3.0.0]
- Add UWP Support
- Breaking Change: Change namespace to Plugin.Messaging
[2.3.0]
- Allow specifying empty/null text and subject for Sms, Email
- Fix for finding correct UIVIewController on iOS
[2.2.1]
- Allow specifying multiple email attachments for Android
- Resolved issued with CanSendEmail not working on Android 5.0 and later
[2.1.0]
- Allow specifying empty/null recipient for Sms, Email
[2.0.1]
- Resolved issued with Bcc being added to Cc recipients
[2.0]
- Added support for attachments via IEmailAttachment abstraction (supported on Android, iOS and WinPhone RT only)
- Added IEmailMessage abstraction
- Breaking change: Deprecated EmailMessageRequest. Construct IEmailMessage using EmailMessageBuilder instead.
- Breaking change: Changed IEmailTask.SendMail overload to use IEmailMessage.
- Breaking change: Deprecated Pluginarin.Messaging.Abstractions namespace - use Pluginarin.Messaging instead
[1.4]
- Added HTML support (only supported on Android/iOS)
[1.3]
- Added new EmailMessageBuilder
[1.2]
- Added new IPhoneCallTask.CanMakePhoneCall
- Added IEmailTask.SendEmail overload to make it easier to send simple email request
- Added Windows Store assembly. Does not support making phone calls or sending sms and only partial e-mail support via mailto protocol.