| Package | com.google.analytics.debug |
| Class | public class AlertAction |
| Property | Defined by | ||
|---|---|---|---|
| activator : String
The activator value.
| AlertAction | ||
| container : Alert
The container value.
| AlertAction | ||
| name : String
The name value.
| AlertAction | ||
| Method | Defined by | ||
|---|---|---|---|
|
AlertAction(name:String, activator:String, callback:*)
Creates a new AlertAction instance.
| AlertAction | ||
|
execute():void
Run the command.
| AlertAction | ||
| activator | property |
public var activator:StringThe activator value.
| container | property |
public var container:AlertThe container value.
| name | property |
public var name:StringThe name value.
| AlertAction | () | constructor |
public function AlertAction(name:String, activator:String, callback:*)Creates a new AlertAction instance.
Parametersname:String |
|
activator:String |
|
callback:* |
| execute | () | method |
public function execute():voidRun the command.