Skip to content

Commit d8c745a

Browse files
committed
Update MenuParams.java
1 parent ee3af0e commit d8c745a

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

base/src/main/java/com/smartdevicelink/proxy/rpc/MenuParams.java

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
* <tr>
4545
* <th>Name</th>
4646
* <th>Type</th>
47-
* <th>Description</th>
47+
* <th>Description</th>
48+
* <th>Req.</th>
4849
* <th>SmartDeviceLink Ver. Available</th>
4950
* </tr>
5051
* <tr>
@@ -56,7 +57,8 @@
5657
* <li>Min: 0</li>
5758
* <li>Max: 2000000000</li>
5859
* </ul>
59-
* </td>
60+
* </td>
61+
* <th></th>
6062
* <td>SmartDeviceLink 1.0</td>
6163
* </tr>
6264
* <tr>
@@ -70,7 +72,8 @@
7072
* <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>
7173
* <li>If this element is omitted, the entry will be added at the end of the parent menu.</li>
7274
* </ul>
73-
* </td>
75+
* </td>
76+
* <th></th>
7477
* <td>SmartDeviceLink 1.0</td>
7578
* </tr>
7679
* <tr>
@@ -81,25 +84,24 @@
8184
* <li>Min: 1</li>
8285
* <li>Max: 100</li>
8386
* </ul>
84-
* </td>
87+
* </td>
88+
* <th></th>
8589
* <td>SmartDeviceLink 1.0</td>
8690
* </tr>
8791
* <tr>
8892
* <td>secondaryText</td>
8993
* <td>String</td>
90-
* <td>Optional secondary text to display</td>
94+
* <td>Optional secondary text to display <br><br> {"string_min_length": 1, "string_max_length": 500}</td>
9195
* <td>N</td>
92-
* <td>{"string_min_length": 1, "string_max_length": 500}</td>
9396
* <td>
9497
* SmartDeviceLink 7.1.0
9598
* </td>
9699
* </tr>
97100
* <tr>
98101
* <td>tertiaryText</td>
99102
* <td>String</td>
100-
* <td>Optional tertiary text to display</td>
103+
* <td>Optional tertiary text to display <br><br> {"string_min_length": 1, "string_max_length": 500}</td>
101104
* <td>N</td>
102-
* <td>{"string_min_length": 1, "string_max_length": 500}</td>
103105
* <td>
104106
* SmartDeviceLink 7.1.0
105107
* </td>

0 commit comments

Comments
 (0)