PTAdAvailInfo Class Reference
| Inherits from | NSObject |
| Declared in | PTAdAvailInfo.h |
Tasks
Properties
-
idReturns the id of the avail
property -
durationReturns the duration of the avail in seconds
property -
timeReturns the timestamp associated with this instance
property -
typeReturns the type of the avail.
property -
attributesReturns any additional attributes associated with this instance
property
Init
-
+ isAdAvailTag:Returns true if the ad opportunity is supported by the SDK and false otherwise
-
– initWithAvailString:Initializes a new instance from a string containing the ad opportunity description
-
– getStringReturns a string representation of all the attributes and properties of the avail instance
Properties
attributes
Returns any additional attributes associated with this instance
@property (nonatomic, retain) NSMutableDictionary *attributesDiscussion
Returns any additional attributes associated with this instance
Declared In
PTAdAvailInfo.hduration
Returns the duration of the avail in seconds
@property (nonatomic) double durationDiscussion
Returns the duration of the avail in seconds
Declared In
PTAdAvailInfo.hid
Returns the id of the avail
@property (nonatomic, retain) NSString *idDiscussion
Returns the id of the avail
Declared In
PTAdAvailInfo.hInstance Methods
getString
Returns a string representation of all the attributes and properties of the avail instance
- (NSString *)getStringDiscussion
Returns a string representation of all the attributes and properties of the avail instance
Declared In
PTAdAvailInfo.h