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 AdColonyNativeAdView, passed via
AdColony.requestNativeAdView(String, AdColonyNativeAdViewListener, AdColonyAdSize) . |
AdColonyAdViewActivity |
The fullscreen Activity used to display expanded AdColonyAdViews
|
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 | |
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 |
An ad object returned via the AdColonyNativeAdViewListener's onRequestFilled callback.
|
AdColonyNativeAdViewListener |
Listener used to notify developer of ad specific events.
|
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.
|