AdColonyAdOptions Class Reference

Inherits from AdColonyOptions : NSObject
Declared in AdColonyAdOptions.h

Overview

AdColonyAdOptions objects are used to set configurable aspects of an ad session, such as third-party network settings, user metadata, etc. Set the properties below to configure a pre-defined ad option. Note that you can also set arbitrary options using the AdColonyOptions API. This class is NOT thread safe.

Properties

  showPrePopup

Enables reward dialogs to be shown before an advertisement.

@property (nonatomic) BOOL showPrePopup

Discussion

These popups are disabled by default. Set this property with a corresponding value of YES to enable.

Declared In

AdColonyAdOptions.h

  showPostPopup

Enables reward dialogs to be shown after an advertisement.

@property (nonatomic) BOOL showPostPopup

Discussion

These popups are disabled by default. Set this property with a corresponding value of YES to enable.

Declared In

AdColonyAdOptions.h