C# Class Cheesebaron.MvxPlugins.SMS.Touch.SmsTask

Inheritance: MvvmCross.Platform.iOS.Platform.MvxIosTask, ISmsTask
Show file Open project: Cheesebaron/Cheesebaron.MvxPlugins

Public Methods

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

Private Methods

Method Description
HandleSmsFinished ( object sender, MFMessageComposeResultEventArgs e ) : void

Method Details

SendSMS() public method

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

SmsTask() public method

public SmsTask ( ) : System
return System