public class LifecycleConfigurationUpdate extends Object
| Constructor and Description |
|---|
LifecycleConfigurationUpdate() |
LifecycleConfigurationUpdate(String appName,
String shortAppName,
Vector<TTSChunk> ttsName,
Vector<String> voiceRecognitionCommandNames)
Initializes and returns a newly allocated lifecycle configuration update object with the specified app data.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAppName()
The full name of the app to that the configuration should be updated to.
|
String |
getShortAppName()
An abbreviated application name that will be used on the app launching screen if the full one would be truncated.
|
Vector<TTSChunk> |
getTtsName()
A Text to Speech String for voice recognition of the mobile application name.
|
Vector<String> |
getVoiceRecognitionCommandNames()
Additional voice recognition commands.
|
void |
setAppName(String appName)
The full name of the app to that the configuration should be updated to.
|
void |
setShortAppName(String shortAppName)
An abbreviated application name that will be used on the app launching screen if the full one would be truncated.
|
void |
setTtsName(Vector<TTSChunk> ttsName)
A Text to Speech String for voice recognition of the mobile application name.
|
void |
setVoiceRecognitionCommandNames(Vector<String> voiceRecognitionCommandNames) |
public LifecycleConfigurationUpdate()
public LifecycleConfigurationUpdate(@Nullable
String appName,
@Nullable
String shortAppName,
@Nullable
Vector<TTSChunk> ttsName,
@Nullable
Vector<String> voiceRecognitionCommandNames)
appName - The full name of the app to that the configuration should be updated to.shortAppName - An abbreviated application name that will be used on the app launching screen if the full one would be truncated.ttsName - A Text to Speech String for voice recognition of the mobile application name.voiceRecognitionCommandNames - Additional voice recognition commands. May not interfere with any other app name or global commands.public void setAppName(String appName)
public String getAppName()
public void setShortAppName(String shortAppName)
public String getShortAppName()
public void setTtsName(Vector<TTSChunk> ttsName)
public Vector<TTSChunk> getTtsName()
public void setVoiceRecognitionCommandNames(Vector<String> voiceRecognitionCommandNames)