| Package | com.distriqt.extension.admob.mintegral |
| Class | public final class Mintegral |
| Inheritance | Mintegral flash.events.EventDispatcher |
| Property | Defined By | ||
|---|---|---|---|
| implementation : String [read-only]
The implementation currently in use. | Mintegral | ||
| instance : Mintegral [static] [read-only]
The singleton instance of the Mintegral class. | Mintegral | ||
| isSupported : Boolean [static] [read-only]
Whether the current device supports the extensions functionality
| Mintegral | ||
| nativeVersion : String [read-only]
The native version string of the native extension. | Mintegral | ||
| service : Mintegral [static] [read-only]
The singleton instance of the Mintegral class. | Mintegral | ||
| version : String [read-only]
The version of this extension. | Mintegral | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor
You should not call this directly, but instead use the singleton access
| Mintegral | ||
dispose():void
Disposes the extension and releases any allocated resources. | Mintegral | ||
setConsentStatus(status:Boolean):void | Mintegral | ||
setDoNotTrackStatus(status:Boolean):void | Mintegral | ||
| Event | Summary | Defined By | ||
|---|---|---|---|---|
| Dispatched if any errors occur during the operation of the extension. | Mintegral | |||
| Constant | Defined By | ||
|---|---|---|---|
| EXT_CONTEXT_ID : String = com.distriqt.admob.Mintegral [static] | Mintegral | ||
| VERSION : String = 17.1.2 [static] | Mintegral | ||
| 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:
AndroidiOSdefaultunknown public function get implementation():String| instance | property |
instance:Mintegral [read-only] The singleton instance of the Mintegral class.
public static function get instance():MintegralError — 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:Mintegral [read-only] The singleton instance of the Mintegral class.
public static function get service():MintegralError — 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| Mintegral | () | Constructor |
public function Mintegral()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.
| setConsentStatus | () | method |
public function setConsentStatus(status:Boolean):voidParameters
status:Boolean |
| setDoNotTrackStatus | () | method |
public function setDoNotTrackStatus(status:Boolean):voidParameters
status:Boolean |
| error | Event |
flash.events.ErrorEventflash.events.ErrorEvent.ERRORDispatched if any errors occur during the operation of the extension. Useful to log these to any analytics you may be using to help debug issues with your application or the extension.
| EXT_CONTEXT_ID | Constant |
public static const EXT_CONTEXT_ID:String = com.distriqt.admob.Mintegral| VERSION | Constant |
public static const VERSION:String = 17.1.2