| Package | com.google.analytics.debug |
| Class | public class Info |
| Inheritance | Info Label UISprite flash.display.Sprite |
| Method | Defined by | ||
|---|---|---|---|
|
Info(text:String = "", timeout:uint = 3000)
Creates a new Info instance.
| Info | ||
![]() |
Align the specified display with the specified alignement value.
| UISprite | |
![]() |
appendText(value:String, newtag:String = ""):void
Appends more text to the label,
with the option to change the CSS tag.
| Label | |
|
close():void
Close the warning message.
| Info | ||
|
onComplete(event:TimerEvent):void
Invoked when the process is complete.
| Info | ||
|
onLink(event:TextEvent):void
Invoked when a link is selected in the text.
| Info | ||
![]() |
resize():void
Resize the display.
| UISprite | |
| Info | () | constructor |
public function Info(text:String = "", timeout:uint = 3000)Creates a new Info instance.
Parameterstext:String (default = "") — The text of the label.
|
|
timeout:uint (default = 3000) — The timeout value of the info..
|
| close | () | method |
public function close():voidClose the warning message.
| onComplete | () | method |
public function onComplete(event:TimerEvent):voidInvoked when the process is complete.
Parametersevent:TimerEvent |
| onLink | () | method |
public override function onLink(event:TextEvent):voidInvoked when a link is selected in the text.
Parametersevent:TextEvent |