Skip to content
Snippets Groups Projects
Commit 5a746efc authored by David Zhao's avatar David Zhao
Browse files

Clarify javadoc for SignalingDataResponse

Bug: 326134315
Test: mmm
Change-Id: I3be9a1075cdaa740fb2ad40da01d5f10de28f16d
parent 0184a44e
No related branches found
No related tags found
No related merge requests found
......@@ -73,6 +73,10 @@ public final class SignalingDataResponse extends BroadcastInfoResponse implement
/**
* Gets a list of types of metadata that are contained in this response.
*
* <p> This list correlates to all the available types that can be found within
* {@link #getSignalingDataInfoList()}. This list is determined by the types specified in
* {@link SignalingDataRequest#getSignalingDataTypes()}.
*
* <p> A list of types available are defined in {@link SignalingDataRequest}.
* For more information about these types, see A/344:2023-5 9.2.10 - Query Signaling Data API.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment