Merge "Clarify DelegateManagerCallback based on API review" am: 95fe9715bc am: 4678139c3b am: 8a42a47340

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

Change-Id: Ia04a10a6843e56ca8617bd8fe696416e55a8a284
This commit is contained in:
Brad Ebinger
2021-05-01 00:08:31 +00:00
committed by Automerger Merge Worker

View File

@@ -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