Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Marking messages as sent using SentReceiver() #165

Open
hashirsarwar opened this issue Oct 8, 2019 · 0 comments
Open

Marking messages as sent using SentReceiver() #165

hashirsarwar opened this issue Oct 8, 2019 · 0 comments

Comments

@hashirsarwar
Copy link

When my message is sent, SentReceiver() is called. And I can get the message_uri from there as:

val uri = Uri.parse(intent?.getStringExtra("message_uri"))

Now lets assume that the user has sent several messages with same text and to a same address. Though every message has a different ID (which can be accessed by querying the uri after the message is sent) but I think it is not possible to determine those IDs at the time of sending a message in order to match them later. How can I distinguish which message is being sent?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant