IF this event's default action is cancelable. See respective engine event for its definition of default action.
If this event's default action has been canceled/prevented by a call to preventDefault()
True if stopImmediatePropagation() was called on this event.
If this event runs in a "trusted" context, i.e. the event callback is executed during a user-generated event such as "click" or "pointerdown".
The type of engine event object this JSON structure represents.
True if stopPropagation() was called on this event.
The publication token of the reading session.
The name of the ReaderView this event is related to, if any.
Additional information why the Colibrio License Server blocked the reading session. Only set if 'type' is 'licenseReadingSessionBlocked'
The type of event.
The user token of the reading session.
Generated using TypeDoc
Used for events related to Colibrio License Server validation.
licenseReadingSessionBlocked
Event fired when Colibrio License server decided to block the Reading Session. This can happen:
If the Reading Session is blocked continuously for a grace period exceeding 30 days, the Reading system functionality may be limited. Please refer to your Product Commercial Agreement for details.
licenseReadingSessionContinued
Event fired when Colibrio License server continued an existing Reading Session instead of registering a new one. The Offline Reading Session stored on the device is also updated.
licenseReadingSessionOffline
Event fired when device is offline, but an Offline Reading Session is available.
licenseReadingSessionStarted
Event fired when a new Reading Session has been registered with the Colibrio License server. The Reading Session is also stored on the device (Offline Reading Session) and will be valid for the duration defined in your Product Commercial Agreement.