PreparePlayerParserDelegate

public protocol PreparePlayerParserDelegate : AnyObject

Call back of each player module

  • Player module parser prepare AdBreak and Ad response and send it back to the player

    Declaration

    Swift

    func player(
        didSend adBreak: [AdBreak]?,
        and ad: [Ad]?,
        with playerExtension: PlayerExtension?,
        error: FLError?
    )