Messaging Plugin for Xamarin 4 Alpha2
25 Mar 2017I’ve just published another alpha build of the next major version of the Messaging Plugin to NuGet.
New features/changes in this build are Android related and include:
- Android: Add new
CrossMessaging.Current.Settings().Email.UseStrictMode
flag (default valuefalse
) to filter list of apps to only email apps and not other text messaging or social apps. This replaces theEmailMessageBuilder.UseStrictMode
added in the first alpha. - Android: Add new
CrossMessaging.Current.Settings().Phone.AutoDial
flag (default valuefalse
) to automatically phone the number instead of only showing the phone dialer with the number populated. Please note using this settings requires theandroid.permission.CALL_PHONE
added to the manifest file.
Comments