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

Commit 6fe6f938 authored by Omkar Kolangade's avatar Omkar Kolangade Committed by Ricardo Cerqueira
Browse files

IMS MWI Feature - AIDL Changes

Adding new API to update waiting
voice message count, for UI
propagation.

Change-Id: Ib9b2a0ec7215813329f56d970ca3911ebe665846
CRs-Fixed: 628222
parent 3aaee782
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -66,4 +66,10 @@ interface IImsRegistrationListener {
     */
    void registrationFeatureCapabilityChanged(int serviceClass,
            out int[] enabledFeatures, out int[] disabledFeatures);

    /**
     * Updates the application with the waiting voice message count.
     * @param count The number of waiting voice messages.
     */
    void voiceMessageCountUpdate(int count);
}