Class NotificationActionResult
- java.lang.Object
-
- com.openfin.desktop.JsonBean
-
- com.openfin.desktop.notifications.NotificationActionResult
-
public class NotificationActionResult extends JsonBean
Data type used to represent the action result returned back to applications when an action is raised. Applications capture these responses by adding aNotifications.EVENT_TYPE_ACTIONlistener. The contents of this type are entirely application-defined.- Author:
- Anthony
-
-
Constructor Summary
Constructors Constructor Description NotificationActionResult()NotificationActionResult(org.json.JSONObject jsonObject)
-
Method Summary
-
Methods inherited from class com.openfin.desktop.JsonBean
get, getArray, getBoolean, getBooleanValue, getBooleanValue, getDoubleValue, getDoubleValue, getInteger, getIntegerValue, getJson, getJsonBean, getJsonBean, getJsonBeanList, getJsonCopy, getJsonValue, getList, getRectangle, getString, put, setArray, setBoolean, setInteger, setJsonArray, setJsonBean, setLong, setRectangle, setString, toString
-
-