문제

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