Skip to content

Commit bdd03b8

Browse files
committed
update softbuttonobject javadocs
1 parent 8ea5849 commit bdd03b8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

base/src/main/java/com/smartdevicelink/managers/screen/SoftButtonObject.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,15 +255,16 @@ public void setCurrentStateName(@NonNull String currentStateName) {
255255
}
256256

257257
/**
258-
* Get the dd of the SoftButtonObject
258+
* Get the id of the SoftButtonObject
259259
* @return an int value that represents the id of the SoftButtonObject
260260
*/
261261
public int getButtonId() {
262262
return buttonId;
263263
}
264264

265265
/**
266-
* Set the id of the SoftButtonObject
266+
* Sets the id of the SoftButtonObject <br>
267+
* <strong>Note: This may be overridden by the Screen Manager</strong>
267268
* @param buttonId an int value that represents the id of the SoftButtonObject
268269
*/
269270
public void setButtonId(int buttonId) {

0 commit comments

Comments
 (0)