9 #import <UIKit/UIKit.h>
17 @protocol FlurryCustomAdNetwork;
18 @protocol FlurryCustomAdNetworkProperties;
77 +(void) fetchAdForSpace:(NSString*)space frame:(CGRect)frame size:(FlurryAdSize)size;
111 +(BOOL) adReadyForSpace:(NSString*)space;
145 + (void)displayAdForSpace:(NSString*)space onView:(UIView *)view;
180 + (void)displayAdForSpace:(NSString*)space modallyForViewController:(UIViewController *)viewController;
204 +(BOOL) isAdAvailableForSpace:(NSString*)space view:(UIView *)view size:(FlurryAdSize)size timeout:(int64_t)timeout __attribute__ ((deprecated));
226 + (BOOL)showAdForSpace:(NSString*)space view:(UIView *)viewContainer size:(FlurryAdSize)size timeout:(int64_t)timeout __attribute__ ((deprecated));
270 + (void)fetchAndDisplayAdForSpace:(NSString*)space view:(UIView *)viewContainer size:(FlurryAdSize)size;
296 + (void) removeAdFromSpace:(NSString*)space;
321 + (void) initialize: (UIViewController *)rvc;
346 + (void)setAdDelegate:(
id)delegate;
369 + (void)enableTestAds:(BOOL)enable;
398 + (void) setUserCookies:(NSDictionary *) userCookies;
409 + (void) clearUserCookies;
439 + (void) setKeywordsForTargeting:(NSDictionary*) keywords;
450 + (void) clearKeywords;
461 + (void) addCustomAdNetwork:(Class<FlurryCustomAdNetwork>)adNetworkClass withProperties:(
id<FlurryCustomAdNetworkProperties>)adNetworkProperties;