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