OOAdSystem
Objective-C
@interface OOAdSystem : NSObject
Swift
class OOAdSystem : NSObject
A descriptive name for the system that serves the ad. Optionally, a version number for the ad system may also be provided using the version attribute.
-
A string that provides the name of the ad server that returned the ad.
Declaration
Objective-C
- (NSString *)name;
Swift
func name() -> String!
-
A string that provides the version number of the ad system that returned the ad.
Declaration
Objective-C
- (NSString *)version;
Swift
func version() -> String!