ALAdType Class Reference
Inherits from | NSObject |
---|---|
Declared in | ALAdType.h |
Overview
This class defines the possible types of an interstitial ad (i.e. regular or incentivized/rewarded).
regular
Represents a standard advertisement that does not provide a reward to the user.
@property (class, nonatomic, strong, readonly) ALAdType *regular
Discussion
Represents a standard advertisement that does not provide a reward to the user.
Declared In
ALAdType.h
incentivized
Represents a rewarded ad which will provide the user virtual currency upon completion.
@property (class, nonatomic, strong, readonly) ALAdType *incentivized
Discussion
Represents a rewarded ad which will provide the user virtual currency upon completion.
Declared In
ALAdType.h
autoIncentivized
Represents a rewarded interstitial ad which the user can skip and be granted a reward upon successful completion of the ad.
@property (class, nonatomic, strong, readonly) ALAdType *autoIncentivized
Discussion
Represents a rewarded interstitial ad which the user can skip and be granted a reward upon successful completion of the ad.
Declared In
ALAdType.h