[android-developers] Sent/delivered SMS: how do you identify to which SMS the broadcast belongs?
In thread http://stackoverflow.com/questions/4639778/how-to-monitor-each-of-sent-sms-status
it is described how you can monitor the status of a sent/delivered SMS
via broadcast.
However, I haven't found: how do you identify to which SMS the
broadcast belongs? There doesn't seem to be any information in
getResultData() nor getResultExtras() as far as I have checked.
The use case is: I send multiple SMS in a loop one right after
another. I want to monitor the status/success of the deliver for each
message. How do I know which broadcast belongs to which message.
(Delaying the delivery of each sms until I've gotten a broadcast for
each previous one isn't really the best option, or only the last one
to consider if there's no other way).
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home