PTAdAvailInfo Class Reference
Inherits from | NSObject |
Declared in | PTAdAvailInfo.h |
Tasks
Properties
-
id
Returns the id of the avail
property -
duration
Returns the duration of the avail in seconds
property -
time
Returns the timestamp associated with this instance
property -
type
Returns the type of the avail.
property -
attributes
Returns 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
-
– getString
Returns 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 *attributes
Discussion
Returns any additional attributes associated with this instance
Declared In
PTAdAvailInfo.h
duration
Returns the duration of the avail in seconds
@property (nonatomic) double duration
Discussion
Returns the duration of the avail in seconds
Declared In
PTAdAvailInfo.h
id
Returns the id of the avail
@property (nonatomic, retain) NSString *id
Discussion
Returns the id of the avail
Declared In
PTAdAvailInfo.h
Instance Methods
getString
Returns a string representation of all the attributes and properties of the avail instance
- (NSString *)getString
Discussion
Returns a string representation of all the attributes and properties of the avail instance
Declared In
PTAdAvailInfo.h