AdColonyRequestError Constants Reference

Declared in AdColonyTypes.h

AdColonyRequestError

Enum representing AdColony ad request error codes

Definition

typedef NS_ENUM(NSUInteger, AdColonyRequestError ) {
   AdColonyRequestErrorInvalidRequest = 0,
   AdColonyRequestErrorSkippedRequest,
   AdColonyRequestErrorNoFillForRequest,
   AdColonyRequestErrorUnready,
};

Constants

AdColonyRequestErrorInvalidRequest

An invalid app id or zone id was specified by the developer or an invalid configuration was received from the server (unlikely).

Declared In AdColonyTypes.h.

AdColonyRequestErrorSkippedRequest

The ad was skipped due to the skip interval setting on the control panel.

Declared In AdColonyTypes.h.

AdColonyRequestErrorNoFillForRequest

The current zone has no ad fill.

Declared In AdColonyTypes.h.

AdColonyRequestErrorUnready

Either AdColony has not been configured, is still in the process of configuring, is still downloading assets, or is already showing an ad.

Declared In AdColonyTypes.h.

Declared In

AdColonyTypes.h