Provides information about a JSON message.
The JsonEvent
is provided in an onJsonUpdate
callback to a SubscriptionListener.
Attributes | Name and Description |
---|---|
|
caplin.streamlink.JsonEvent()
|
Attributes | Name and Description |
---|---|
|
Object
getJson()
Returns the complete JSON object (patches applied) as created by the user defined JsonHandler (specified in the configuration). |
|
String
getJsonString()
Returns the JSON string (initial image or patch) relating to the event. |
►
caplin.streamlink.JsonEvent()
►
Object
getJson()
Returns the complete JSON object (patches applied) as created by the user defined JsonHandler (specified in the configuration).
►
String
getJsonString()
Returns the JSON string (initial image or patch) relating to the event.