Send SMS (Text Message)

buzztouch plugin: Send SMS (Text Message)
Version: v1.5
This feature allows end-users to send an SMS message. You can pre-configure the to-number and the message to allow users to easily send you a text.
works on iOS iOS
works on Android Android
Developer Info
Latest Review
Screenshots
More Information
This action launches the device's native SMS (text message) compose sheet. No iOS or Android
class files need to be added to the project. If the JSON data passed to the method
includes number and / or a message the SMS compose sheet is pre-filled with
the values. Pre-filling the number and / or message allows users to easily send you a text.

iOS
-----------------
[BT_viewController handleTapToLoadScreen] fires the
[BT_viewControllerManager sendTextMessageWithScreenData] method.
Not all iOS devices can send SMS messages, including most simulators.

Android
-----------------
BT_act_controller.loadScreenObject fires the
BT_act_controller.sendTextMessageWithScreenData method.
Not all Android devices can send SMS messages, including most simulators.

Version History
-----------------

v1.3     11/10/2012
          Minor syntax changes to accomodate for Xcode 4.5 compiler warnings.
          Minor changes in .java files to accomodate for Anroid (Google) 2.2 API's compiler warnings.
          Minor UI changes in .php files for control panel.

v1.0, 1.1, 1.2 (historical versions, no change details)


JSON Data
------------------------

Most folks use the control panel to configure the JSON data for this plugin but it's useful to
see what it may look like. This is the simplest example.

{
     "itemId":"343434",
     "itemType":"BT_sendSms",
     "textMessage":"question about your app...",
     "textToNumber":"123456789"
}