Class
caplin.streamlink

StoryEvent

Provides information about a change to story data in a Story. Stories may be sent from the Liberator in one or more caplin.streamlink.StoryEvents. The start of the story is indicated by the isImage() method returning true.

Constructor Summary

Attributes Name and Description
caplin.streamlink.StoryEvent()

Method Summary

Attributes Name and Description
void getText()

*

Returns the story text relating to the event.

Methods inherited from class caplin.streamlink.DataEvent:
getSubject, isImage

Constructor Detail

caplin.streamlink.StoryEvent()

Method Detail

void getText()

*

Returns the story text relating to the event.

* * @returns {String} The story text chunk for this event.