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

Commit 4dd85740 authored by Brad Ebinger's avatar Brad Ebinger Committed by Automerger Merge Worker
Browse files

Merge "Clarify DelegateManagerCallback based on API review" am: 95fe9715 am:...

Merge "Clarify DelegateManagerCallback based on API review" am: 95fe9715 am: 4678139c am: 8a42a473 am: f902e408 am: 4782c610

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1690269

Change-Id: Ibfe36931b583316f8e877a8ee981aba7b4ba0cb8
parents 14a9767e 4782c610
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -35,12 +35,12 @@ import android.telephony.ims.stub.SipDelegate;
public interface DelegateMessageCallback {

    /**
     * Send a new incoming SIP message to the remote application for processing.
     * Sends a new incoming SIP message to the remote application for processing.
     */
    void onMessageReceived(@NonNull SipMessage message);

    /**
     * Notify the remote application that a previous request to send a SIP message using
     * Notifies the remote application that a previous request to send a SIP message using
     * {@link SipDelegate#sendMessage} has succeeded.
     *
     * @param viaTransactionId The transaction ID found in the via header field of the
@@ -49,7 +49,7 @@ public interface DelegateMessageCallback {
    void onMessageSent(@NonNull String viaTransactionId);

    /**
     * Notify the remote application that a previous request to send a SIP message using
     * Notifies the remote application that a previous request to send a SIP message using
     * {@link SipDelegate#sendMessage} has failed.
     *
     * @param viaTransactionId The Transaction ID found in the via header field of the previously