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 a
Notifications.EVENT_TYPE_ACTION
listener. The contents of this type are entirely
application-defined.- Author:
- Anthony
-
Field Summary
-
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
-
Constructor Details
-
NotificationActionResult
public NotificationActionResult() -
NotificationActionResult
public NotificationActionResult(org.json.JSONObject jsonObject)
-