A Generic class to hold AdSpot time info.
More...
#import "OOAdSpot.h"
|
| NSNumber * | time |
| | time to play the ad in second More...
|
| |
| int | priority |
| | the priority to distinguish ad spots of same time, adspot having a smaller priority will be played first More...
|
| |
A Generic class to hold AdSpot time info.
OOAdSpot.
OOAdSpot.h in OoyalaSDK
| - (NSComparisonResult) compare: |
|
(OOAdSpot *) |
other |
|
compare two ad spots based on their time *
- Parameters
-
| [in] | other | the other object to compare |
- Returns
- compare results as NSComparisonResult
| - (instancetype) initWithTime: |
|
(NSNumber *) |
time |
|
Initialize an ad spot with time.
- Parameters
-
- Returns
- initialized ad spot
the priority to distinguish ad spots of same time, adspot having a smaller priority will be played first
time to play the ad in second
The documentation for this class was generated from the following file: