Packagecom.distriqt.extension.admob.vungle
Classpublic final class Vungle
InheritanceVungle Inheritance flash.events.EventDispatcher

This class represents the Vungle extension.



Public Properties
 PropertyDefined By
  implementation : String
[read-only] The implementation currently in use.
Vungle
  instance : Vungle
[static] [read-only] The singleton instance of the Vungle class.
Vungle
  isSupported : Boolean
[static] [read-only] Whether the current device supports the extensions functionality
Vungle
  nativeVersion : String
[read-only] The native version string of the native extension.
Vungle
  service : Vungle
[static] [read-only] The singleton instance of the Vungle class.
Vungle
  version : String
[read-only] The version of this extension.
Vungle
Public Methods
 MethodDefined By
  
Constructor You should not call this directly, but instead use the singleton access
Vungle
  
dispose():void
Disposes the extension and releases any allocated resources.
Vungle
  
setCCPAStatus(status:Boolean):void
Vungle
  
setGDPRStatus(status:Boolean, messageVersion:String):void
Vungle
Events
 Event Summary Defined By
  Dispatched if any errors occur during the operation of the extension.Vungle
Public Constants
 ConstantDefined By
  EXT_CONTEXT_ID : String = com.distriqt.admob.Vungle
[static]
Vungle
  VERSION : String = 8.7.0
[static]
Vungle
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:Vungle  [read-only]

The singleton instance of the Vungle class.


Implementation
    public static function get instance():Vungle

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:Vungle  [read-only]

The singleton instance of the Vungle class.


Implementation
    public static function get service():Vungle

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
Vungle()Constructor
public function Vungle()

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.

setCCPAStatus()method 
public function setCCPAStatus(status:Boolean):void

Parameters

status:Boolean

setGDPRStatus()method 
public function setGDPRStatus(status:Boolean, messageVersion:String):void

Parameters

status:Boolean
 
messageVersion:String

Event Detail
error Event
Event Object Type: flash.events.ErrorEvent
ErrorEvent.type property = flash.events.ErrorEvent.ERROR

Dispatched 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.

Constant Detail
EXT_CONTEXT_IDConstant
public static const EXT_CONTEXT_ID:String = com.distriqt.admob.Vungle

VERSIONConstant 
public static const VERSION:String = 8.7.0