7871b9d521 | ||
---|---|---|
.. | ||
MvvmCross.Plugins.PhoneCall | ||
MvvmCross.Plugins.PhoneCall.Droid | ||
MvvmCross.Plugins.PhoneCall.WindowsCommon | ||
MvvmCross.Plugins.PhoneCall.WindowsPhone | ||
MvvmCross.Plugins.PhoneCall.WindowsStore | ||
MvvmCross.Plugins.PhoneCall.iOS | ||
Readme.md |
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: