| Interface | Description |
|---|---|
| AdColonyCustomMessageListener |
Implement this interface and register via
AdColony.addCustomMessageListener(AdColonyCustomMessageListener, String)
to be alerted of custom messages sent from AdColony. |
| AdColonyRewardListener |
Implement this interface and register via
AdColony.setRewardListener(AdColonyRewardListener)
to be alerted of reward events. |
| Class | Description |
|---|---|
| AdColony |
Contains static, public API methods.
|
| AdColonyAdOptions |
An optional object developers can pass to
AdColony.requestInterstitial(String, AdColonyInterstitialListener, AdColonyAdOptions). |
| AdColonyAdSize |
Represents the requested size of an AdColonyAdView, passed via
AdColony.requestAdView(String, AdColonyAdViewListener, AdColonyAdSize). |
| AdColonyAdView |
An ad object returned via the AdColonyAdViewListener's onRequestFilled callback.
|
| AdColonyAdViewActivity |
The fullscreen Activity used to display expanded AdColonyAdViews
|
| AdColonyAdViewListener |
Listener used to notify developer of ad specific events.
|
| AdColonyAppOptions |
App specific options to be created, set, and passed when configuring AdColony.
|
| AdColonyCustomMessage |
Instances of this class are sent to or received from AdColony for possible custom behavior.
|
| AdColonyEventTracker |
Contains static, public API methods for sending Post Install Events (PIE).
|
| AdColonyInterstitial |
Represents an interstitial advertisement.
|
| AdColonyInterstitialActivity |
The fullscreen Activity used to display Interstitial/V4VC advertisements
|
| AdColonyInterstitialListener |
Listener used to notify developer of ad specific events.
|
| AdColonyReward |
Passed via
AdColonyRewardListener.onReward(AdColonyReward). |
| AdColonySignalsListener |
Listener used to return payload from
AdColony.collectSignals(AdColonySignalsListener). |
| AdColonyUserMetadata | Deprecated |
| AdColonyZone |
Holds all information related to a zone.
|