Package | com.distriqt.extension.admob.ironsource |
Class | public final class AdMobIronSource |
Inheritance | AdMobIronSource ![]() |
This class represents the AdMobIronSource extension.
Property | Defined By | ||
---|---|---|---|
implementation : String [read-only]
The implementation currently in use. | AdMobIronSource | ||
instance : AdMobIronSource [static] [read-only]
The singleton instance of the AdMobIronSource class. | AdMobIronSource | ||
isSupported : Boolean [static] [read-only]
Whether the current device supports the extensions functionality
| AdMobIronSource | ||
nativeVersion : String [read-only]
The native version string of the native extension. | AdMobIronSource | ||
service : AdMobIronSource [static] [read-only]
The singleton instance of the AdMobIronSource class. | AdMobIronSource | ||
version : String [read-only]
The version of this extension. | AdMobIronSource |
Method | Defined By | ||
---|---|---|---|
Constructor
You should not call this directly, but instead use the singleton access
| AdMobIronSource | ||
dispose():void
Disposes the extension and releases any allocated resources. | AdMobIronSource | ||
init():void | AdMobIronSource | ||
setConsent(granted:Boolean):void | AdMobIronSource | ||
setMetaData(key:String, value:String):void | AdMobIronSource | ||
validateIntegration():void | AdMobIronSource |
Constant | Defined By | ||
---|---|---|---|
EXT_CONTEXT_ID : String = com.distriqt.admob.IronSource [static] | AdMobIronSource | ||
VERSION : String = 9.0.0 [static] | AdMobIronSource |
implementation | property |
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:
Android
iOS
default
unknown
public function get implementation():String
instance | property |
instance:AdMobIronSource
[read-only] The singleton instance of the AdMobIronSource class.
public static function get instance():AdMobIronSource
Error — If there was a problem creating or accessing the extension, or if the key is invalid
|
isSupported | property |
isSupported:Boolean
[read-only] Whether the current device supports the extensions functionality
public static function get isSupported():Boolean
nativeVersion | property |
nativeVersion:String
[read-only]
The native version string of the native extension.
public function get nativeVersion():String
service | property |
service:AdMobIronSource
[read-only] The singleton instance of the AdMobIronSource class.
public static function get service():AdMobIronSource
Error — If there was a problem creating or accessing the extension, or if the key is invalid
|
version | property |
version:String
[read-only]
The version of this extension.
This should be of the format, MAJOR.MINOR.BUILD
public function get version():String
AdMobIronSource | () | Constructor |
public function AdMobIronSource()
Constructor You should not call this directly, but instead use the singleton access
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.
init | () | method |
public function init():void
setConsent | () | method |
public function setConsent(granted:Boolean):void
Parameters
granted:Boolean |
setMetaData | () | method |
public function setMetaData(key:String, value:String):void
Parameters
key:String | |
value:String |
validateIntegration | () | method |
public function validateIntegration():void
EXT_CONTEXT_ID | Constant |
public static const EXT_CONTEXT_ID:String = com.distriqt.admob.IronSource
VERSION | Constant |
public static const VERSION:String = 9.0.0