![]() |
SCTVOSSDK 23.0.0
Smartclip Advertisement Framework for tvOS
|
Use this protocol to inform the adSlotController about player related events. More...
#import <SCPlayerEventListener.h>
Instance Methods | |
(void) | - playerEventCallbackWith: |
Inform adSlotController about the player state. | |
(void) | - getAdInfo: |
Get the current adInfo object. | |
(void) | - getAdError: |
Get the last adError object. | |
(void) | - getPublicAdSlot: |
Get the publicAdSlot object. | |
(void) | - loadAdSuccess |
Inform the adSlotController about a successfull ad video load. | |
(void) | - loadAdFailure |
Inform the adSlotController about an unsuccessfull ad video load. | |
(void) | - stopAdSlot |
Request stopping the current ad slot (if you leave your viewController during ad playback for example) | |
(void) | - resize |
Call when presentationSize of the player changes. | |
(void) | - contentVideoFinished |
Call when contentVideo has finished. | |
(void) | - contentVideoError: |
Call when contentVideo has an error. | |
Use this protocol to inform the adSlotController about player related events.
- (void) loadAdFailure |
Inform the adSlotController about an unsuccessfull ad video load.
Reimplemented in SCAdSlotController.
- (void) loadAdSuccess |
Inform the adSlotController about a successfull ad video load.
Reimplemented in SCAdSlotController.
- (void) playerEventCallbackWith: | (SCAdPlayerEventType) | playerEventType |
Inform adSlotController about the player state.
Reimplemented in SCAdSlotController.
- (void) stopAdSlot |
Request stopping the current ad slot (if you leave your viewController during ad playback for example)
Reimplemented in SCAdSlotController.