SCPlayerEventListener

@protocol SCPlayerEventListener <NSObject>
- (void)playerEventCallbackWith:(SCAdPlayerEventType)playerEventType;
- (void)getAdInfo:(SCAdInfoCompletionBlock _Nonnull )completion;
- (void)getAdError:(SCAdErrorCompletionBlock _Nonnull )completion;
- (void)getPublicAdSlot:(SCPublicAdSlotCompletionBlock _Nonnull )completion;
- (void)onClickThrough;
- (void)onBufferEmpty;
- (void)onBufferRefilled;
- (void)loadAdSuccess;
- (void)loadAdFailure;
- (void)stopAdSlot;
@end

Undocumented