@override Set<String?> getActions() { Set<String?> actionList = Set(); actionList.add("OPEN_WEB"); actionList.add("OPEN_HALA"); return actionList; }