public class OnHashChange extends RPCNotification
Parameter List
| Name | Type | Description | Reg. | Notes | Version |
|---|---|---|---|---|---|
| hashID | String | Calculated hash ID to be referenced during RegisterAppInterface. | Y | maxlength: 100 | SmartDeviceLink 3.0 |
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_HASH_ID |
function, KEY_CORRELATION_ID, KEY_FUNCTION_NAME, KEY_NOTIFICATION, KEY_PARAMETERS, KEY_REQUEST, KEY_RESPONSE, messageType, parametersKEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
OnHashChange()
Constructs a new OnHashChange object
|
OnHashChange(Hashtable<String,Object> hash)
Constructs a new OnKeyboardInput object indicated by the Hashtable
parameter
|
OnHashChange(String hashID)
Constructs a new OnHashChange object
|
| Modifier and Type | Method and Description |
|---|---|
String |
getHashID() |
OnHashChange |
setHashID(String hashID) |
getBoolean, getDouble, getFloat, getFunctionID, getFunctionName, getInteger, getLong, getMessageType, getObject, getParameters, getString, setFunctionName, setParametersclone, deserializeJSON, equals, format, formatObject, getBulkData, getMessageTypeName, getStore, getStoreValue, getValue, getValueForString, hashCode, hasKey, isPayloadProtected, serializeJSON, serializeJSON, setBulkData, setPayloadProtected, setValuepublic static final String KEY_HASH_ID
public OnHashChange()
public OnHashChange(Hashtable<String,Object> hash)
Constructs a new OnKeyboardInput object indicated by the Hashtable parameter
hash - The Hashtable to usepublic OnHashChange(@NonNull
String hashID)
public String getHashID()
public OnHashChange setHashID(@NonNull String hashID)