OOPulseAdVariant
enum OOPulseAdVariant : NSUInteger {}
Defines the variant of an ad, or, whether or not it is a sponsor ad. You can
retrieve this information through the -[OOPulseVideoAd variant] property.
-
Normal ad.
Declaration
Objective-C
OOPulseAdVariantNormal = 0 -
Sponsor ad.
Declaration
Objective-C
OOPulseAdVariantSponsor = 1