C# Class Cheesebaron.MvxPlugins.SMS.SmsTask

Inheritance: MvvmCross.Platform.Droid.Platform.MvxAndroidTask, ISmsTask
Show file Open project: Cheesebaron/Cheesebaron.MvxPlugins

Public Methods

Method Description
SendSMS ( string body, string phoneNumber ) : void

Method Details

SendSMS() public method

public SendSMS ( string body, string phoneNumber ) : void
body string
phoneNumber string
return void