NimbusRequestInterceptor
protocol NimbusRequestInterceptor : AnyObject
Interceptor for the bid request.
-
Modify the request as needed
Declaration
Swift
func modifyRequest(request: NimbusRequest)
-
The request was successfully completed with the given ad
Declaration
Swift
func didCompleteNimbusRequest(with ad: NimbusAd)
-
The request failed with the given error
Declaration
Swift
func didFailNimbusRequest(with error: any NimbusError)
-
renderInfo(for:)
Default implementationINTERNAL USE ONLY
Default Implementation
INTERNAL USE ONLY
Declaration
Swift
func renderInfo(for ad: NimbusAd) -> (any NimbusRenderInfo)?