BooksLibraryAnalyticsEventListener
public protocol BooksLibraryAnalyticsEventListener
Protocol to implement if the host app is interested in the books library analytics events provided by the SDK.
-
Called when an event is triggered.
Declaration
Swift
@MainActor func onAnalyticsEvent(_ event: String, attributes: [String : Any], forceBackground: Bool)