Packagecom.distriqt.extension.admob.adcolony
Classpublic final class AdColony
InheritanceAdColony Inheritance flash.events.EventDispatcher

This class represents the AdColony extension.



Public Properties
 PropertyDefined By
  implementation : String
[read-only] The implementation currently in use.
AdColony
  instance : AdColony
[static] [read-only] The singleton instance of the AdColony class.
AdColony
  isSupported : Boolean
[static] [read-only] Whether the current device supports the extensions functionality
AdColony
  nativeVersion : String
[read-only] The native version string of the native extension.
AdColony
  service : AdColony
[static] [read-only] The singleton instance of the AdColony class.
AdColony
  version : String
[read-only] The version of this extension.
AdColony
Public Methods
 MethodDefined By
  
Constructor You should not call this directly, but instead use the singleton access
AdColony
  
dispose():void
Disposes the extension and releases any allocated resources.
AdColony
  
AdColony
Public Constants
 ConstantDefined By
  EXT_CONTEXT_ID : String = com.distriqt.admob.AdColony
[static]
AdColony
  VERSION : String = 5.0.0
[static]
AdColony
Property Detail
implementationproperty
implementation:String  [read-only]

The implementation currently in use. This should be one of the following depending on the platform in use and the functionality supported by this extension:


Implementation
    public function get implementation():String
instanceproperty 
instance:AdColony  [read-only]

The singleton instance of the AdColony class.


Implementation
    public static function get instance():AdColony

Throws
Error — If there was a problem creating or accessing the extension, or if the key is invalid
isSupportedproperty 
isSupported:Boolean  [read-only]

Whether the current device supports the extensions functionality


Implementation
    public static function get isSupported():Boolean
nativeVersionproperty 
nativeVersion:String  [read-only]

The native version string of the native extension.


Implementation
    public function get nativeVersion():String
serviceproperty 
service:AdColony  [read-only]

The singleton instance of the AdColony class.


Implementation
    public static function get service():AdColony

Throws
Error — If there was a problem creating or accessing the extension, or if the key is invalid
versionproperty 
version:String  [read-only]

The version of this extension.

This should be of the format, MAJOR.MINOR.BUILD


Implementation
    public function get version():String
Constructor Detail
AdColony()Constructor
public function AdColony()

Constructor You should not call this directly, but instead use the singleton access

Method Detail
dispose()method
public function dispose():void

Disposes the extension and releases any allocated resources. Once this function has been called, a call to init is neccesary again before any of the extensions functionality will work.

getAppOptions()method 
public function getAppOptions():AdColonyAppOptions

Returns
AdColonyAppOptions
Constant Detail
EXT_CONTEXT_IDConstant
public static const EXT_CONTEXT_ID:String = com.distriqt.admob.AdColony

VERSIONConstant 
public static const VERSION:String = 5.0.0