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
-
Undocumented
Declaration
Objective-C
- (void)playerEventCallbackWith:(SCAdPlayerEventType)playerEventType;
-
Undocumented
Declaration
Objective-C
- (void)getAdInfo:(SCAdInfoCompletionBlock _Nonnull )completion;
-
Undocumented
Declaration
Objective-C
- (void)getAdError:(SCAdErrorCompletionBlock _Nonnull )completion;
-
Undocumented
Declaration
Objective-C
- (void)getPublicAdSlot:(SCPublicAdSlotCompletionBlock _Nonnull )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;
-
Undocumented
Declaration
Objective-C
- (void)stopAdSlot;