Merge "Clarify SipDelegateImsConfiguration getVersion Documentation" am: ca53d40161 am: f03f48dae6

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

Change-Id: I73f393eeb5d3c38eae792ab1909d4d4d2cdae356
This commit is contained in:
Treehugger Robot
2021-04-19 19:33:00 +00:00
committed by Automerger Merge Worker

View File

@@ -501,6 +501,10 @@ public final class SipDelegateImsConfiguration implements Parcelable {
* {@link SipMessage} was using the latest configuration during creation and not a stale
* configuration due to race conditions between the configuration being updated and the RCS
* application not receiving the updated configuration before generating a new message.
* <p>
* The version number should be a positive number that starts at 0 and increments sequentially
* as new {@link SipDelegateImsConfiguration} instances are created to update the IMS
* configuration state.
*
* @return the version number associated with this {@link SipDelegateImsConfiguration}.
*/