POBAdRendererDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | POBAdRendering.h |
– rendererDidPresentModal
This method is called to notify ad expiration
- (void)rendererDidPresentModal
Discussion
This method is called to notify ad expiration
Declared In
POBAdRendering.h
– rendererRequestedAdRefreshAfterInterval:
Renderer requests ad refresh after given interval.
- (void)rendererRequestedAdRefreshAfterInterval:(NSTimeInterval)refreshInterval
Parameters
refreshInterval |
refresh interval after which ad should get refresh |
---|
Declared In
POBAdRendering.h
– rendererAboutToSkipWithCompletion:
Renderer notifies before ad is skipped..
- (void)rendererAboutToSkipWithCompletion:(void ( ^ ) ( BOOL shouldSkip ))skipBlock
Parameters
skipBlock |
to nofity SDK to continue to skip |
---|
Declared In
POBAdRendering.h