SCTVOSSDK 23.0.0
Smartclip Advertisement Framework for tvOS
Loading...
Searching...
No Matches
SCAdFacadeDelegate.h
1//
2// SCAdFacadeDelegate.h
3// SCTVOSSDK
4//
5// Copyright © 2022 smartclip. All rights reserved.
6//
7#import <SCTVOSSDK/SCAdSlotController.h>
8
9#ifndef SCAdFacadeDelegate_h
10#define SCAdFacadeDelegate_h
11
13
14@protocol SCAdFacadeDelegate <NSObject>
15
16- (BOOL)loadAdWithUrlString:(NSString* _Nonnull)urlString disableSeeking:(BOOL)disableSeeking completion:(nullable SCEmptyCompletionBlock)completion;
18- (void)start;
20- (void)pause;
22- (void)resume;
24- (BOOL)isPaused;
26- (void)mutePlayer;
28- (void)unmutePlayer;
30- (BOOL)isMuted;
32- (void)seek:(NSInteger)offset;
34- (double)getCurrentTime;
36- (double)getDuration;
38- (void)setVolume:(CGFloat)volume;
40- (CGFloat)getVolume;
42- (void)lockContent;
44- (SCContentSource *_Nullable)getCurrentContentSource;
46- (BOOL)releaseContent;
48- (nullable NSString*)getError;
49
50@end
51
52#endif /* SCAdFacadeDelegate_h */
Definition: SCAdEnvironment.h:18
Definition: SCAdEvent.h:15
Description of the contentVideo and its current playback offset.
Definition: SCContentSource.h:14
Definition: SCElementSize.h:14