SCPlayerEventListener
@protocol SCPlayerEventListener <NSObject>
- (void)playerEventCallbackWith:(SCAdPlayerEventType)playerEventType;
- (void)getAdInfo:(SCAdInfoCompletionBlock)completion;
- (void)getAdError:(SCAdErrorCompletionBlock)completion;
- (void)getPublicAdSlot:(SCPublicAdSlotCompletionBlock)completion;
- (void)onClickThrough;
- (void)onBufferEmpty;
- (void)onBufferRefilled;
- (void)loadAdSuccess;
- (void)loadAdFailure;
@end
                Undocumented
- 
                  
                  
Undocumented
Declaration
Objective-C
- (void)playerEventCallbackWith:(SCAdPlayerEventType)playerEventType; - 
                  
                  
Undocumented
Declaration
Objective-C
- (void)getAdInfo:(SCAdInfoCompletionBlock)completion; - 
                  
                  
Undocumented
Declaration
Objective-C
- (void)getAdError:(SCAdErrorCompletionBlock)completion; - 
                  
                  
Undocumented
Declaration
Objective-C
- (void)getPublicAdSlot:(SCPublicAdSlotCompletionBlock)completion; - 
                  
                  
Undocumented
Declaration
Objective-C
- (void)onClickThrough; - 
                  
                  
Undocumented
Declaration
Objective-C
- (void)onBufferEmpty; - 
                  
                  
Undocumented
Declaration
Objective-C
- (void)onBufferRefilled; - 
                  
                  
Undocumented
Declaration
Objective-C
- (void)loadAdSuccess; - 
                  
                  
Undocumented
Declaration
Objective-C
- (void)loadAdFailure; 
        SCPlayerEventListener Protocol Reference