cjlotz / Xamarin.Plugins

Cross platform Xamarin Plugins
MIT License
113 stars 56 forks source link

Is it possible to add error detection to SMS send #75

Open ndastur opened 7 years ago

ndastur commented 7 years ago

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.

soroshsabz commented 4 years ago

Related to PR #115 and #114

soroshsabz commented 4 years ago

@VahidShir please check this API, and check can you use this in OnSmsDeliveredResult or not?

VahidShir commented 4 years ago

@soroshsabz Yes. The PR #115 works, and it returns the result, i.e whether the SMS was delivered successfully or not.