java.lang.Object
com.smartdevicelink.proxy.RPCStruct
Parameter List
Param Name | Type | Description | Req. | Notes | Version Available |
---|---|---|---|---|---|
text | String | Text to display for VR Help item | Y | maxlength: 500 | SmartDeviceLink 2.3.2 |
image | Image | Image struct for VR Help item | N | SmartDeviceLink 2.3.2 | |
position | Integer | Position to display item in VR Help list | N | minvalue=1; maxvalue=100 | SmartDeviceLink 2.3.2 |
public static final java.lang.String KEY_POSITION
public static final java.lang.String KEY_TEXT
public static final java.lang.String KEY_IMAGE
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
public VrHelpItem()
Constructs a new VrHelpItem object indicated by the Hashtable parameter
public VrHelpItem(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
VR help items i.e. the text strings to be displayed, and when pronounced by the user the recognition of any of which must trigger the corresponding VR command.
public VrHelpItem(String text,Integer position)
public com.smartdevicelink.proxy.rpc.VrHelpItem setText(String text)
public java.lang.String getText()
public com.smartdevicelink.proxy.rpc.VrHelpItem setImage(Image image)
public com.smartdevicelink.proxy.rpc.Image getImage()
public com.smartdevicelink.proxy.rpc.VrHelpItem setPosition(Integer position)
public java.lang.Integer getPosition()
From Class | Methods |
---|---|
com.smartdevicelink.proxy.RPCStruct | getStoreValue, getStore, deserializeJSON, serializeJSON, serializeJSON, format, getBulkData, setBulkData, setPayloadProtected, isPayloadProtected, getMessageTypeName, hasKey, setValue, getValue, getObject, formatObject, getValueForString, getString, getInteger, getDouble, getFloat, getBoolean, getLong, clone, equals, hashCode |
java.lang.Object | getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |