13@protocol SCAdListener <NSObject>
17- (void)contentVideoFinished;
20- (void)contentVideoError:(NSError* _Nonnull )error;
23- (void)displayClickThroughAlert;
26- (void)presentationSizeChangedTo:(CGSize)newSize;
29- (nullable
SCAdEnvironment *)getEnvironmentVarsWith:(NSString* _Nonnull)adBreakType;
34- (void)onEventCallback:(
SCAdEvent *_Nonnull )event;
37- (void)displayClickThroughAlert:(UIAlertController* _Nonnull )alert;
40- (void)visibilityChanged:(BOOL)visible;
This class is used to specify certain environment variables like desired bitrate, deviceType and scre...
Definition: SCAdEnvironment.h:17
This class forms a wrapper around player events.
Definition: SCAdEvent.h:13
Class that describes the size of the video player and its view mode.
Definition: SCElementSize.h:15