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 regular fullscreen ad.

@property (class, nonatomic, strong, readonly) ALAdType *regular

Discussion

Represents a regular fullscreen ad.

Declared In

ALAdType.h

  incentivized

Represents a rewarded video where users will be rewarded for viewing this type of ad.

@property (class, nonatomic, strong, readonly) ALAdType *incentivized

Discussion

Represents a rewarded video where users will be rewarded for viewing this type of ad.

Declared In

ALAdType.h