質問

I'm trying to get message delivery notification in Android (using aSmack library). Found out that I need to use the DeliveryReceiptManager class, however, when I try to import it into my project
(import org.jivesoftware.smackx.receipts.DeliveryReceiptManager;)
I get the error that this can not be resolved. However, I can import the DeliveryReceiptProvider class into project just fine. Can this be used to receive delivery confirmation of sent messages? Any sample code is highly appreciated. Thanks

役に立ちましたか?

解決

I was having the same issue, then used the latest jar from here

deliveryreceiptmanager was visible now.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top