SCTVOSSDK 23.0.0
Smartclip Advertisement Framework for tvOS
Loading...
Searching...
No Matches
SCAdListener.h
1//
2// SCAdListener.h
3// SCTVOSSDK
4//
5// Copyright © 2022 smartclip. All rights reserved.
6//
7
8#ifndef SCAdListener_h
9#define SCAdListener_h
10
12
13@protocol SCAdListener <NSObject>
14@optional
18- (void)contentVideoFinished;
19
23- (void)contentVideoError:(nonnull NSError*)error;
24
25@required
30- (void)onEventCallback:(SCAdEvent *_Nonnull )event;
31
35- (nullable SCElementSize*)getPlayerSize;
36
40- (nullable SCElementSize*)getViewportSize;
41@end
42
43#endif /* SCAdListener_h */
Definition: SCAdEnvironment.h:18
Definition: SCAdEvent.h:15
Definition: SCElementSize.h:14