Quantcast
Viewing latest article 15
Browse Latest Browse All 62

status of sending sms

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 latest article 15
Browse Latest Browse All 62

Trending Articles



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