SmartclipSDKiOS 3.0.0
Smartclip Advertisement Framework for iOS
Loading...
Searching...
No Matches
Instance Methods | List of all members
<SCPlayerEventListener> Protocol Reference

Use this protocol to inform the adSlotController about player related events. More...

#import <SCPlayerEventListener.h>

Inheritance diagram for <SCPlayerEventListener>:
SCAdSlotController

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.
 

Detailed Description

Use this protocol to inform the adSlotController about player related events.

Method Documentation

◆ loadAdFailure

- (void) loadAdFailure

Inform the adSlotController about an unsuccessfull ad video load.

Reimplemented in SCAdSlotController.

◆ loadAdSuccess

- (void) loadAdSuccess

Inform the adSlotController about a successfull ad video load.

Reimplemented in SCAdSlotController.

◆ onBufferEmpty

- (void) onBufferEmpty

Inform the adSlotController about an empty player buffer (needed for OMID)

Reimplemented in SCAdSlotController.

◆ onBufferRefilled

- (void) onBufferRefilled

Inform the adSlotController about a refilled player buffer (needed for OMID)

Reimplemented in SCAdSlotController.

◆ playerEventCallbackWith:

- (void) playerEventCallbackWith: (SCAdPlayerEventType)  playerEventType

Inform adSlotController about the player state.

Reimplemented in SCAdSlotController.

◆ resize

- (void) resize

Call when presentationSize of the player changes.

Reimplemented in SCAdSlotController.


The documentation for this protocol was generated from the following file: