| Package | com.myflashlab.air.extensions.adobeMobile |
| Class | public class ADBMobileEvents |
| Inheritance | ADBMobileEvents flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| contextDataRaw : String [read-only] | ADBMobileEvents | ||
| inAppDuration : Number [read-only] | ADBMobileEvents | ||
| totalDuration : Number [read-only] | ADBMobileEvents | ||
| Method | Defined By | ||
|---|---|---|---|
ADBMobileEvents($type:String, $contextDataRaw:String = null, $inAppDuration:Number = 0, $totalDuration:Number = 0) | ADBMobileEvents | ||
| Constant | Defined By | ||
|---|---|---|---|
| TIMED_ACTION_ENDED : String = onTimedActionEnded [static] | ADBMobileEvents | ||
| contextDataRaw | property |
contextDataRaw:String [read-only] public function get contextDataRaw():String| inAppDuration | property |
inAppDuration:Number [read-only] public function get inAppDuration():Number| totalDuration | property |
totalDuration:Number [read-only] public function get totalDuration():Number| ADBMobileEvents | () | Constructor |
public function ADBMobileEvents($type:String, $contextDataRaw:String = null, $inAppDuration:Number = 0, $totalDuration:Number = 0)$type:String | |
$contextDataRaw:String (default = null) | |
$inAppDuration:Number (default = 0) | |
$totalDuration:Number (default = 0) |
| TIMED_ACTION_ENDED | Constant |
public static const TIMED_ACTION_ENDED:String = onTimedActionEnded