Hi community,
Now I have problem withs sqlite (is the same that sql).
DeliveryReceiptManager
user 1: hello
hello: user2
user1: how are you?
well: user2
user 1: hello
hello(check): user2
user1: how are you?
well(check): user2
How I can detect row exact for update ?
DeliveryReceiptManager.getInstanceFor(connection).addReceiptReceivedListener(new ReceiptReceivedListener(){
Only is called when other use receive message.
Any idea ?