![]() |
SmartclipSDKiOS 3.0.0
Smartclip Advertisement Framework for iOS
|
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. More... | |
(void) | - getAdInfo: |
DEPRECATED: This function must no longer be implemented by the listener. | |
(void) | - getAdError: |
DEPRECATED: This function must no longer be implemented by the listener. | |
(void) | - getPublicAdSlot: |
DEPRECATED: This function must no longer be implemented by the listener. | |
("This function must no longer be implemented by the listener") | - __deprecated_msg |
DEPRECATED: This function must no longer be implemented by the listener. | |
(void) | - onBufferEmpty |
Inform the adSlotController about an empty player buffer (needed for OMID) More... | |
(void) | - onBufferRefilled |
Inform the adSlotController about a refilled player buffer (needed for OMID) More... | |
(void) | - loadAdSuccess |
Inform the adSlotController about a successfull ad video load. More... | |
(void) | - loadAdFailure |
Inform the adSlotController about an unsuccessfull ad video load. More... | |
("This function must no longer be implemented by the listener") | - __deprecated_msg |
DEPRECATED: This function must no longer be implemented by the listener. | |
(void) | - resize |
Call when presentationSize of the player changes. More... | |
(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) onBufferEmpty |
Inform the adSlotController about an empty player buffer (needed for OMID)
Reimplemented in SCAdSlotController.
- (void) onBufferRefilled |
Inform the adSlotController about a refilled player buffer (needed for OMID)
Reimplemented in SCAdSlotController.
- (void) playerEventCallbackWith: | (SCAdPlayerEventType) | playerEventType |
Inform adSlotController about the player state.
Reimplemented in SCAdSlotController.
- (void) resize |
Call when presentationSize of the player changes.
Reimplemented in SCAdSlotController.