SCTVOSSDK 23.0.0
Smartclip Advertisement Framework for tvOS
Loading...
Searching...
No Matches
SCAdSessionController.h
1//
2// SCAdSessionController.h
3// SCTVOSSDK
4//
5// Copyright © 2018 smartclip. All rights reserved.
6//
7
8#import <Foundation/Foundation.h>
9#import <AVKit/AVKit.h>
10#import <SCTVOSSDK/SCAdFacadeDelegate.h>
11
13@protocol SCAdSessionStateListener;
18@interface SCAdSessionController : NSObject
19@property (nonatomic, weak) id<SCAdSessionStateListener> sessionStateListener;
21+ (instancetype)sharedInstance;
22
24- (SCAdSlotController*)createAdSlotWithFacadeDelegate:(id<SCAdFacadeDelegate>)listener;
25@end
Definition: SCAdSessionController.h:19
instancetype sharedInstance()
Get the shared instance of this controller.
Definition: SCAdSlotController.h:30