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 | Deprecated |
AdColonyAdViewActivity | Deprecated |
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.
|
AdColonyNativeAdView | Deprecated |
AdColonyNativeAdViewListener | Deprecated |
AdColonyReward |
Passed via
AdColonyRewardListener.onReward(AdColonyReward) . |
AdColonyUserMetadata |
An optional object to be passed via app or ad options.
|
AdColonyZone |
Holds all information related to a zone.
|