PrebidEventDelegate

@objc
public protocol PrebidEventDelegate

Undocumented

  • Notifies the delegate when a Prebid bid request has finished.

    This method is called on a global background thread.

    Declaration

    Swift

    func prebidBidRequestDidFinish(requestData: Data?, responseData: Data?)

    Parameters

    requestData

    The Prebid Server request data that was sent.

    responseData

    The Prebid Server response data that was received.