Class CustomData
java.lang.Object
com.openfin.desktop.JsonBean
com.openfin.desktop.notifications.CustomData
public class CustomData extends JsonBean
Application-defined context data that can be attached to notifications.
- Author:
- Anthony
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CustomData()
CustomData(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
-
CustomData
public CustomData() -
CustomData
public CustomData(org.json.JSONObject jsonObject)
-