boolean SendSMSMessage(string inPhoneNumber, string inTextToSend)
Description
Send a SMS message via the device SIM.
A true value will be returned if the external messaging application opened.
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inPhoneNumber | string | The phone number to send the SMS to |
inTextToSend | string | The text that will be sent via the SMS |
Return Type
Boolean
Comments
Please sign in to leave a comment.