Quantcast
Channel: Appcelerator Developer Center Q&A Tag Feed (status)
Viewing all articles
Browse latest Browse all 62

status of sending sms

$
0
0

Hi,

Here is my code to send sms :

if(OS_IOS){
        Titanium.Platform.openURL('sms:' + toShare.sms.content);
    }
    else{
        var intent = Ti.Android.createIntent({
            action: Ti.Android.ACTION_SENDTO,
            data: 'smsto:'
        });
 
        intent.putExtra('sms_body', toShare.sms.content);
        Ti.Android.currentActivity.startActivity(intent);
    }
is it possible to know when the sms is sent ?

thanks


Viewing all articles
Browse latest Browse all 62

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>