public class TuneDeepActionManager extends Object
Constructor and Description |
---|
TuneDeepActionManager() |
Modifier and Type | Method and Description |
---|---|
void |
clearDeepActions() |
TuneDeepAction |
getDeepAction(String actionId) |
List<TuneDeepAction> |
getDeepActions() |
void |
onEvent(TuneDeepActionCalled event) |
void |
registerDeepAction(String actionId,
String friendlyName,
String description,
Map<String,String> defaultData,
Map<String,List<String>> approvedValues,
TuneDeepActionCallback action) |
public void registerDeepAction(String actionId, String friendlyName, String description, Map<String,String> defaultData, Map<String,List<String>> approvedValues, TuneDeepActionCallback action)
public TuneDeepAction getDeepAction(String actionId)
public List<TuneDeepAction> getDeepActions()
public void clearDeepActions()
public void onEvent(TuneDeepActionCalled event)