Improve documentation for ImsCallProfile extras
Fixes: 178498784 Test: Docs only Change-Id: I1b4bc136ec6307fbbf408982a7e17dc1e46c61b0
This commit is contained in:
@@ -138,6 +138,8 @@ public final class ImsCallProfile implements Parcelable {
|
||||
* Indicates if the session is for a conference call or not. If not defined, should be
|
||||
* considered {@code false}.
|
||||
* Boolean extra properties - {@code true} / {@code false}.
|
||||
*
|
||||
* This extra is set on an instance of {@link ImsCallProfile} via {@link #setCallExtraBoolean}.
|
||||
* @hide
|
||||
*/
|
||||
@SystemApi
|
||||
@@ -174,6 +176,8 @@ public final class ImsCallProfile implements Parcelable {
|
||||
* Indicates if the session can be extended to a conference call. If not defined, should be
|
||||
* considered {@code false}.
|
||||
* Boolean extra properties - {@code true} / {@code false}.
|
||||
*
|
||||
* This extra is set on an instance of {@link ImsCallProfile} via {@link #setCallExtraBoolean}.
|
||||
* @hide
|
||||
*/
|
||||
@SystemApi
|
||||
|
||||
Reference in New Issue
Block a user