OOAdPodInfo Class Reference

OOAdPodInfo. More...

#import "OOAdPodInfo.h"

+ Inheritance diagram for OOAdPodInfo:

Instance Methods

(instancetype) - initWithTitle:clickUrl:count:unplayedCount:requiredAdBar:requireControls:
 if the ad require UI controls More...
 
(instancetype) - initWithTitle:clickUrl:count:unplayedCount:skipoffset:icons:requiredAdBar:requireControls:
 
(NSDictionary *) - toDictionary
 

Properties

NSString * title
 
NSString * clickUrl
 the title of the ad, if any More...
 
NSUInteger count
 the click url, if any More...
 
NSUInteger unplayedCount
 the total ads count More...
 
Float64 skipoffset
 the unplayed ads count More...
 
NSMutableArray * icons
 the skipoffset of the ad, if any More...
 
BOOL requireAdBar
 the icons of the ad, if any More...
 
BOOL requireControls
 if the ad require an adbar More...
 

Detailed Description

OOAdPodInfo.

OOAdPodInfo.h in OoyalaSDK

Method Documentation

- (instancetype) initWithTitle: (NSString *)  title
clickUrl: (NSString *)  clickUrl
count: (NSUInteger)  adsCount
unplayedCount: (NSUInteger)  unplayedCount
requiredAdBar: (BOOL)  adbar
requireControls: (BOOL)  controls 

if the ad require UI controls

Initialize an OOOptions object with the given parameters

Returns
the initialized OOOptions
- (instancetype) initWithTitle: (NSString *)  title
clickUrl: (NSString *)  clickUrl
count: (NSUInteger)  adsCount
unplayedCount: (NSUInteger)  unplayedCount
skipoffset: (Float64)  skipoffset
icons: (NSMutableArray *)  icons
requiredAdBar: (BOOL)  adbar
requireControls: (BOOL)  controls 
- (NSDictionary *) toDictionary

Property Documentation

- (NSString*) clickUrl
readnonatomicassign

the title of the ad, if any

- (NSUInteger) count
readnonatomicassign

the click url, if any

- (NSMutableArray*) icons
readnonatomicassign

the skipoffset of the ad, if any

- (BOOL) requireAdBar
readnonatomicassign

the icons of the ad, if any

- (BOOL) requireControls
readnonatomicassign

if the ad require an adbar

- (Float64) skipoffset
readnonatomicassign

the unplayed ads count

- (NSString*) title
readnonatomicassign
- (NSUInteger) unplayedCount
readnonatomicassign

the total ads count


The documentation for this class was generated from the following file: