POBAdRendererDelegate Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | POBAdRendering.h |
– rendererDidPresentModal
This method is called to notify ad expiration
- (void)rendererDidPresentModalDiscussion
This method is called to notify ad expiration
Declared In
POBAdRendering.h
– rendererRequestedAdRefreshAfterInterval:
Renderer requests ad refresh after given interval.
- (void)rendererRequestedAdRefreshAfterInterval:(NSTimeInterval)refreshIntervalParameters
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 ))skipBlockParameters
skipBlock |
to nofity SDK to continue to skip |
|---|
Declared In
POBAdRendering.h