Uno.MvvmCross/PhoneCall
Tomasz Cielecki 7871b9d521 Update nuget packages + fix output path for WPF 2016-07-05 12:20:39 +02:00
..
MvvmCross.Plugins.PhoneCall Update nuget packages + fix output path for WPF 2016-07-05 12:20:39 +02:00
MvvmCross.Plugins.PhoneCall.Droid Update nuget packages + fix output path for WPF 2016-07-05 12:20:39 +02:00
MvvmCross.Plugins.PhoneCall.WindowsCommon Update nuget packages + fix output path for WPF 2016-07-05 12:20:39 +02:00
MvvmCross.Plugins.PhoneCall.WindowsPhone Update nuget packages + fix output path for WPF 2016-07-05 12:20:39 +02:00
MvvmCross.Plugins.PhoneCall.WindowsStore Update nuget packages + fix output path for WPF 2016-07-05 12:20:39 +02:00
MvvmCross.Plugins.PhoneCall.iOS Update nuget packages + fix output path for WPF 2016-07-05 12:20:39 +02:00
Readme.md Add readme for all plugins 2015-09-04 22:47:34 +02:00

Readme.md

PhoneCall

The PhoneCall plugin provides implementations of:

public interface IMvxPhoneCallTask
{
    void MakePhoneCall(string name, string number);
}

The PhoneCall plugin is available on Android, iOS, and WindowsPhone with a Skype-based implementation on WindowsStore.

The PhoneCall plugin is very simple - e.g. it doesn't provide any detection of whether or not a phone call is currently possible - e.g. for flight mode or for iPod-type devices without cell connectivity.

Sample using the PhoneCall plugin include: