summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordyn Mackool <Jordyn@livio.io>2022-04-21 16:44:33 -0400
committerJordyn Mackool <Jordyn@livio.io>2022-04-21 16:44:33 -0400
commitd8c745a860e9c291d414bb12b94fa934be45056f (patch)
treee54f6176e008e188af6d0e64cbad02e50538a2a7
parentee3af0e515e7f74aadc54d998eba225d30f6440c (diff)
downloadsdl_android-d8c745a860e9c291d414bb12b94fa934be45056f.tar.gz
Update MenuParams.java
-rw-r--r--base/src/main/java/com/smartdevicelink/proxy/rpc/MenuParams.java18
1 files changed, 10 insertions, 8 deletions
diff --git a/base/src/main/java/com/smartdevicelink/proxy/rpc/MenuParams.java b/base/src/main/java/com/smartdevicelink/proxy/rpc/MenuParams.java
index 31139fcfe..2f6b3d712 100644
--- a/base/src/main/java/com/smartdevicelink/proxy/rpc/MenuParams.java
+++ b/base/src/main/java/com/smartdevicelink/proxy/rpc/MenuParams.java
@@ -44,7 +44,8 @@ import java.util.Hashtable;
* <tr>
* <th>Name</th>
* <th>Type</th>
- * <th>Description</th>
+ * <th>Description</th>
+ * <th>Req.</th>
* <th>SmartDeviceLink Ver. Available</th>
* </tr>
* <tr>
@@ -56,7 +57,8 @@ import java.util.Hashtable;
* <li>Min: 0</li>
* <li>Max: 2000000000</li>
* </ul>
- * </td>
+ * </td>
+ * <th></th>
* <td>SmartDeviceLink 1.0</td>
* </tr>
* <tr>
@@ -70,7 +72,8 @@ import java.util.Hashtable;
* <li>If position is greater or equal than the number of items in the parent Command Menu, the sub menu will be appended to the end of that Command Menu.</li>
* <li>If this element is omitted, the entry will be added at the end of the parent menu.</li>
* </ul>
- * </td>
+ * </td>
+ * <th></th>
* <td>SmartDeviceLink 1.0</td>
* </tr>
* <tr>
@@ -81,15 +84,15 @@ import java.util.Hashtable;
* <li>Min: 1</li>
* <li>Max: 100</li>
* </ul>
- * </td>
+ * </td>
+ * <th></th>
* <td>SmartDeviceLink 1.0</td>
* </tr>
* <tr>
* <td>secondaryText</td>
* <td>String</td>
- * <td>Optional secondary text to display</td>
+ * <td>Optional secondary text to display <br><br> {"string_min_length": 1, "string_max_length": 500}</td>
* <td>N</td>
- * <td>{"string_min_length": 1, "string_max_length": 500}</td>
* <td>
* SmartDeviceLink 7.1.0
* </td>
@@ -97,9 +100,8 @@ import java.util.Hashtable;
* <tr>
* <td>tertiaryText</td>
* <td>String</td>
- * <td>Optional tertiary text to display</td>
+ * <td>Optional tertiary text to display <br><br> {"string_min_length": 1, "string_max_length": 500}</td>
* <td>N</td>
- * <td>{"string_min_length": 1, "string_max_length": 500}</td>
* <td>
* SmartDeviceLink 7.1.0
* </td>