java.lang.Object
public LifecycleConfigurationUpdate()
Initializes and returns a newly allocated lifecycle configuration update object with the specified app data.
public LifecycleConfigurationUpdate(String appName,String shortAppName,java.util.Vector<com.smartdevicelink.proxy.rpc.TTSChunk> ttsName,java.util.Vector<java.lang.String> voiceRecognitionCommandNames)
The full name of the app to that the configuration should be updated to.
public void setAppName(String appName)
The full name of the app to that the configuration should be updated to.
public java.lang.String getAppName()
An abbreviated application name that will be used on the app launching screen if the full one would be truncated.
public void setShortAppName(String shortAppName)
An abbreviated application name that will be used on the app launching screen if the full one would be truncated.
public java.lang.String getShortAppName()
A Text to Speech String for voice recognition of the mobile application name.
public void setTtsName(java.util.Vector<com.smartdevicelink.proxy.rpc.TTSChunk> ttsName)
A Text to Speech String for voice recognition of the mobile application name.
public java.util.Vector getTtsName()
public void setVoiceRecognitionCommandNames(java.util.Vector<java.lang.String> voiceRecognitionCommandNames)
Additional voice recognition commands. May not interfere with any other app name or global commands.
public java.util.Vector getVoiceRecognitionCommandNames()
From Class | Methods |
---|---|
java.lang.Object | getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |