Publication Storage Changed Engine Event Data
class PublicationStorageChangedEngineEventData(val objectType: EngineEventDataObjectType = EngineEventDataObjectType.PUBLICATION_STORAGE_CHANGED_ENGINE_EVENT, val type: EngineEventDataType, val key: String?, val newValue: String?, val oldValue: String?, val readerDocumentIndexInSpine: Int?, val readerPublicationDefaultLocatorUrl: String, val storageAreaType: ReaderPublicationStorageAreaType) : EngineEventData
Constructors
Link copied to clipboard
constructor(objectType: EngineEventDataObjectType = EngineEventDataObjectType.PUBLICATION_STORAGE_CHANGED_ENGINE_EVENT, type: EngineEventDataType, key: String?, newValue: String?, oldValue: String?, readerDocumentIndexInSpine: Int?, readerPublicationDefaultLocatorUrl: String, storageAreaType: ReaderPublicationStorageAreaType)
Properties
Link copied to clipboard
The type of engine event object this JSON structure represents.
Link copied to clipboard
Represents the index of the ReaderDocument in the publication's spine where the storage change originated. If this property is null, the storage change was initiated by the application via the IReaderPublicationStorageArea API.
Link copied to clipboard
The default Locator URL of the ReaderPublication instance associated with the storage change.
Link copied to clipboard
The type of the affected storage area.
Link copied to clipboard
The type of event.