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

Commit ef217a68 authored by Muhammed Siju's avatar Muhammed Siju Committed by Deepak Kundra
Browse files

IMS: Add interface to query call forward for specific service class.

Current interface doesnot take any service class argument.
Add a new API for querying call forward status based on service
class.

Change-Id: I35bfab70e89e4913dffb1dfd8f91b27bc5847b75
CRs-Fixed: 814295
parent 0d35f7d8
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -118,4 +118,9 @@ interface IImsUt {
     * Sets the listener.
     */
    void setListener(in IImsUtListener listener);

    /**
     * Retrieves the configuration of the call forward for specified service class.
     */
    int queryCFForServiceClass(int condition, String number, int serviceClass);
}