We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ea5849 commit bdd03b8Copy full SHA for bdd03b8
1 file changed
base/src/main/java/com/smartdevicelink/managers/screen/SoftButtonObject.java
@@ -255,15 +255,16 @@ public void setCurrentStateName(@NonNull String currentStateName) {
255
}
256
257
/**
258
- * Get the dd of the SoftButtonObject
+ * Get the id of the SoftButtonObject
259
* @return an int value that represents the id of the SoftButtonObject
260
*/
261
public int getButtonId() {
262
return buttonId;
263
264
265
266
- * Set the id of the SoftButtonObject
+ * Sets the id of the SoftButtonObject <br>
267
+ * <strong>Note: This may be overridden by the Screen Manager</strong>
268
* @param buttonId an int value that represents the id of the SoftButtonObject
269
270
public void setButtonId(int buttonId) {
0 commit comments