×
No results found.
Ooyala Mobile SDK for tvOS v4.44.0
🔎
Main Page
Modules
Classes
OOAdsLearnMoreButton.h
1
6
#import <Foundation/Foundation.h>
7
#import <UIKit/UIKit.h>
8
9
@class
OOAdMoviePlayer;
10
14
#if TARGET_OS_TV
15
@interface
OOAdsLearnMoreButton
: UIView
16
#elif TARGET_OS_IOS
17
@interface
OOAdsLearnMoreButton
: UIView <UIWebViewDelegate>
18
#endif
19
25
-(id)initWithAdPlayer:(OOAdMoviePlayer *) AdsPlayer;
29
-(void)deleteButton;
30
@end
OOAdsLearnMoreButton
Send Feedback