public class AlertManeuver extends RPCRequest
This will bring up an alert with information related to the next navigation maneuver including potential voice navigation instructions. Shown information will be taken from the ShowConstantTBT function
Function Group: Navigation
HMILevel needs to be FULL, LIMITED or BACKGROUND
ShowConstantTbt| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_SOFT_BUTTONS |
static String |
KEY_TTS_CHUNKS |
onResponseListenerfunction, KEY_CORRELATION_ID, KEY_FUNCTION_NAME, KEY_NOTIFICATION, KEY_PARAMETERS, KEY_REQUEST, KEY_RESPONSE, messageType, parametersKEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
AlertManeuver()
Constructs a new AlertManeuver object
|
AlertManeuver(Hashtable<String,Object> hash)
Constructs a new AlertManeuver object indicated by the Hashtable parameter
|
| Modifier and Type | Method and Description |
|---|---|
List<SoftButton> |
getSoftButtons()
Gets the SoftButton List object
|
List<TTSChunk> |
getTtsChunks()
Gets TTSChunk[], the Array of type TTSChunk which, taken together, specify what is to be spoken to the user
|
AlertManeuver |
setSoftButtons(List<SoftButton> softButtons)
Sets the SoftButtons
|
AlertManeuver |
setTtsChunks(List<TTSChunk> ttsChunks)
Sets array of type TTSChunk which, taken together, specify what is to be spoken to the user
|
getCorrelationID, getOnRPCResponseListener, setCorrelationID, setOnRPCResponseListenergetBoolean, 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_TTS_CHUNKS
public static final String KEY_SOFT_BUTTONS
public List<SoftButton> getSoftButtons()
public AlertManeuver setSoftButtons(List<SoftButton> softButtons)
softButtons - a ListNotes:
public List<TTSChunk> getTtsChunks()
public AlertManeuver setTtsChunks(List<TTSChunk> ttsChunks)
ttsChunks - Notes:
Array must have a least one element