You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var options = {
android: {
intent: 'INTENT' // send SMS with the native android SMS messaging
}
};
sms.send(number, message, options, success, error);
The app opens the default intent of messaging, but the user can cancel the process and go back to the app as well in this case the error call back should be called instead of success.
Thanks
The text was updated successfully, but these errors were encountered:
Hi All,
I am using sms to send using the intent like:
The app opens the default intent of messaging, but the user can cancel the process and go back to the app as well in this case the error call back should be called instead of success.
Thanks
The text was updated successfully, but these errors were encountered: