EditionsEventLogger

The event logger that events should be forwarded to when using fi.richie.editions.Editions with Book Library UI. Call onAnalyticsEvent on events you receive from Editions.

Constructors

Link copied to clipboard
constructor(adManager: AdManager)

Types

Link copied to clipboard
data class State(var currentPageNumber: Int = -1, var currentPageCount: Int = -1)

Properties

Link copied to clipboard
val didCompleteEdition: Observable<Guid>
Link copied to clipboard

Extra attributes.

Functions

Link copied to clipboard
open override fun onAnalyticsEvent(event: AnalyticsEvent)