Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24495644 authored by Abhishek Adappa's avatar Abhishek Adappa Committed by Brad Ebinger
Browse files

ims:rcs: New API change to notify EAB about UnPublish

Desc: New API change to notify EAB about UnPublish Message
sent to network

Change-Id: Ic5d8bef04f390e850cedef2cab55e8214e6d1f4e
parent 78c6b4cf
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -89,4 +89,11 @@ interface IPresenceListener
     */
    void listCapInfoReceived(in PresRlmiInfo rlmiInfo,
                             in PresResInfo [] resInfo);

    /**
     * Callback function to be invoked to inform the client when Unpublish message
     * is sent to network.
     */
    void unpublishMessageSent();

}
 No newline at end of file