| Package | com.google.analytics.debug |
| Class | public class DebugConfiguration |
| Property | Defined by | ||
|---|---|---|---|
| active : Boolean
Set or unset the activation of the debug session, and if the layout is present, the initialization and destruction of the visual displays.
| DebugConfiguration | ||
| destroyKey : Number = 8.0
The key code to destroy the visual debug.
| DebugConfiguration | ||
| GIFRequests : Boolean = false
Allow to debug the GIF Request if true, will show a debug panel
and a confirmation message to send or not the request.
| DebugConfiguration | ||
| infoTimeout : Number = 1000
Indicates the info timeout value.
| DebugConfiguration | ||
| javascript : Boolean = false
Allow to debug ExternalInterface calls.
| DebugConfiguration | ||
| layout : ILayout
Indicates the Layout reference.
| DebugConfiguration | ||
| minimizedOnStart : Boolean = false
Show the visuals minimized on start.
| DebugConfiguration | ||
| mode : * | DebugConfiguration | ||
| showHideKey : Number = 32.0
The key code to show/hide the visual debug.
| DebugConfiguration | ||
| showInfos : Boolean = true
Indicates if show infos in the debug mode.
| DebugConfiguration | ||
| showWarnings : Boolean = true
Indicates if show warnings in the debug mode.
| DebugConfiguration | ||
| traceOutput : Boolean = false
To trace infos and warning to the output.
| DebugConfiguration | ||
| verbose : Boolean
To show more debug (used internally).
| DebugConfiguration | ||
| warningTimeout : Number = 1500
Indicates the warning timeout value.
| DebugConfiguration | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new DebugConfiguration instance.
| DebugConfiguration | ||
|
alert(message:String):void
Notify an "alert" message.
| DebugConfiguration | ||
|
alertGifRequest(message:String, request:URLRequest, ref:GIFRequest):void
Notify an "alertGifRequest" message.
| DebugConfiguration | ||
|
failure(message:String):void
Notify an "failure" message.
| DebugConfiguration | ||
|
info(message:String, mode:VisualDebugMode = null):void
Notify an "info" message.
| DebugConfiguration | ||
|
success(message:String):void
Notify a "success" message.
| DebugConfiguration | ||
|
warning(message:String, mode:VisualDebugMode = null):void
Notify a "warning" message.
| DebugConfiguration | ||
| Method | Defined by | ||
|---|---|---|---|
|
trace(message:String):void
The protected custom trace method.
| DebugConfiguration | ||
| active | property |
active:Boolean [read-write]Set or unset the activation of the debug session, and if the layout is present, the initialization and destruction of the visual displays.
Implementation public function get active():Boolean
public function set active(value:Boolean):void
| destroyKey | property |
public var destroyKey:Number = 8.0The key code to destroy the visual debug.
| GIFRequests | property |
public var GIFRequests:Boolean = falseAllow to debug the GIF Request if true, will show a debug panel and a confirmation message to send or not the request.
| infoTimeout | property |
public var infoTimeout:Number = 1000Indicates the info timeout value.
| javascript | property |
public var javascript:Boolean = falseAllow to debug ExternalInterface calls.
| layout | property |
public var layout:ILayoutIndicates the Layout reference.
| minimizedOnStart | property |
public var minimizedOnStart:Boolean = falseShow the visuals minimized on start.
| mode | property |
mode:* [read-write]Implementation
public function get mode():*
public function set mode(value:*):void
| showHideKey | property |
public var showHideKey:Number = 32.0The key code to show/hide the visual debug.
| showInfos | property |
public var showInfos:Boolean = trueIndicates if show infos in the debug mode.
| showWarnings | property |
public var showWarnings:Boolean = trueIndicates if show warnings in the debug mode.
| traceOutput | property |
public var traceOutput:Boolean = falseTo trace infos and warning to the output.
| verbose | property |
verbose:Boolean [read-write]To show more debug (used internally).
Implementation public function get verbose():Boolean
public function set verbose(value:Boolean):void
| warningTimeout | property |
public var warningTimeout:Number = 1500Indicates the warning timeout value.
| DebugConfiguration | () | constructor |
public function DebugConfiguration()Creates a new DebugConfiguration instance.
| alert | () | method |
public function alert(message:String):voidNotify an "alert" message.
Parametersmessage:String |
| alertGifRequest | () | method |
public function alertGifRequest(message:String, request:URLRequest, ref:GIFRequest):voidNotify an "alertGifRequest" message.
Parametersmessage:String |
|
request:URLRequest |
|
ref:GIFRequest |
| failure | () | method |
public function failure(message:String):voidNotify an "failure" message.
Parametersmessage:String |
| info | () | method |
public function info(message:String, mode:VisualDebugMode = null):voidNotify an "info" message.
Parametersmessage:String |
|
mode:VisualDebugMode (default = null) |
| success | () | method |
public function success(message:String):voidNotify a "success" message.
Parametersmessage:String |
| trace | () | method |
protected function trace(message:String):voidThe protected custom trace method.
Parametersmessage:String |
| warning | () | method |
public function warning(message:String, mode:VisualDebugMode = null):voidNotify a "warning" message.
Parametersmessage:String |
|
mode:VisualDebugMode (default = null) |