Open ndastur opened 7 years ago
Related to PR #115 and #114
@VahidShir please check this API, and check can you use this in OnSmsDeliveredResult
or not?
@soroshsabz Yes. The PR #115 works, and it returns the result, i.e whether the SMS was delivered successfully or not.
https://developer.android.com/reference/android/telephony/SmsManager.html#sendTextMessage(java.lang.String, java.lang.String, java.lang.String, android.app.PendingIntent, android.app.PendingIntent)
It looks like there can be an Intent to receive the status of a sent SMS.