AnalyticsDelegate

public protocol AnalyticsDelegate : AnyObject

Undocumented

  • This will be called when there is a failure in the Analaytics. For Ex: Playback session can fail due to invalid player or other reasons.

    Declaration

    Swift

    func didFail(with error: FLError)