| Package | com.distriqt.extension.admob.pangle |
| Class | public final class AdMobPangle |
| Inheritance | AdMobPangle flash.events.EventDispatcher |
This class represents the AdMobPangle extension.
| Property | Defined By | ||
|---|---|---|---|
| implementation : String [read-only]
The implementation currently in use. | AdMobPangle | ||
| instance : AdMobPangle [static] [read-only]
The singleton instance of the AdMobPangle class. | AdMobPangle | ||
| isSupported : Boolean [static] [read-only]
Whether the current device supports the extensions functionality
| AdMobPangle | ||
| nativeVersion : String [read-only]
The native version string of the native extension. | AdMobPangle | ||
| service : AdMobPangle [static] [read-only]
The singleton instance of the AdMobPangle class. | AdMobPangle | ||
| version : String [read-only]
The version of this extension. | AdMobPangle | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor
You should not call this directly, but instead use the singleton access
| AdMobPangle | ||
dispose():void
Disposes the extension and releases any allocated resources. | AdMobPangle | ||
setGDPRConsent(consent:Boolean):void
Sets the Pangle consent status for GDPR regulations for users in the European Economic Area (EEA), the UK, and Switzerland
The Pangle adapter provides the setGDPRConsent method that forwards the consent information
to the Pangle adapter, then to the Pangle SDK. | AdMobPangle | ||
setPAConsent(consent:Boolean):void
Sets the Pangle consent status for US states privacy laws
The Pangle adapter provides the setPAConsent method that forwards the consent information
to the Pangle adapter, then to the Pangle SDK. | AdMobPangle | ||
| Constant | Defined By | ||
|---|---|---|---|
| EXT_CONTEXT_ID : String = com.distriqt.admob.Pangle [static] | AdMobPangle | ||
| VERSION : String = 7.6.0 [static] | AdMobPangle | ||
| 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:AdMobPangle [read-only] The singleton instance of the AdMobPangle class.
public static function get instance():AdMobPangleError — 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:AdMobPangle [read-only] The singleton instance of the AdMobPangle class.
public static function get service():AdMobPangleError — 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| AdMobPangle | () | Constructor |
public function AdMobPangle()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.
| setGDPRConsent | () | method |
public function setGDPRConsent(consent:Boolean):void
Sets the Pangle consent status for GDPR regulations for users in the European Economic Area (EEA), the UK, and Switzerland
The Pangle adapter provides the setGDPRConsent method that forwards the consent information
to the Pangle adapter, then to the Pangle SDK.
Parameters
consent:Boolean — true if the user has given consent, false otherwise
|
| setPAConsent | () | method |
public function setPAConsent(consent:Boolean):void
Sets the Pangle consent status for US states privacy laws
The Pangle adapter provides the setPAConsent method that forwards the consent information
to the Pangle adapter, then to the Pangle SDK.
Parameters
consent:Boolean — true if the user has given consent, false otherwise
|
| EXT_CONTEXT_ID | Constant |
public static const EXT_CONTEXT_ID:String = com.distriqt.admob.Pangle| VERSION | Constant |
public static const VERSION:String = 7.6.0