Appodeal
This commit is contained in:
18
Assets/Plugins/iOS/Appodeal/AppodealUnityBannerView.h
Normal file
18
Assets/Plugins/iOS/Appodeal/AppodealUnityBannerView.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#import <Appodeal/Appodeal.h>
|
||||
|
||||
@interface AppodealUnityBannerView : NSObject
|
||||
|
||||
+ (instancetype)sharedInstance;
|
||||
UIViewController* RootViewControllerUnityBannerView(void);
|
||||
- (id)init;
|
||||
- (void)setSharedBannerFrame:(CGFloat)XAxis YAxis:(CGFloat)YAxis;
|
||||
- (void)hideBannerView;
|
||||
- (void)showBannerView:(UIViewController*)rootViewController XAxis:(CGFloat)XAxis YAxis:(CGFloat)YAxis placement:(NSString*)placement;
|
||||
- (void)reinitAppodealBannerView;
|
||||
- (void)setTabletBanner: (BOOL) value;
|
||||
|
||||
@property(nonatomic, strong) APDBannerView *bannerView;
|
||||
@property(nonatomic, assign) BOOL onScreen;
|
||||
@property(nonatomic, assign) BOOL tabletBanner;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user