AnalyticsEventId
public enum AnalyticsEventId : RawRepresentable, Sendable
List of events supported. See AnalyticsEvent.
-
Triggered when the user starts reading an edition.
Declaration
Swift
case didBeginReading -
Triggered when the user navigates to an edition page.
Declaration
Swift
case didNavigateToPage -
Triggered when the user opens the thumbnails view.
Declaration
Swift
case didNavigateToPageGridView -
Triggered when orientation changes.
Declaration
Swift
case didRotateToOrientation -
Triggered when the TOC is opened.
Declaration
Swift
case didOpenTocList -
Triggered when the TOC is closed.
Declaration
Swift
case didCloseTocList -
Triggered when the user taps a link from a page.
Declaration
Swift
case didOpenLink -
Triggered when the reader is closed.
Declaration
Swift
case didEndReading -
Triggered when the user starts filling out a crossword puzzle.
Declaration
Swift
case didStartFillingCrossword -
Declaration
Swift
public typealias RawValue = String -
Declaration
Swift
public var rawValue: RawValue { get } -
Declaration
Swift
public init?(rawValue: RawValue)