Packagecom.google.analytics.debug
Classpublic class AlertAction

The AlertAction allow to define the different action for a button contained in an Alert window.



Public Properties
 PropertyDefined by
  activator : String
The activator value.
AlertAction
  container : Alert
The container value.
AlertAction
  name : String
The name value.
AlertAction
Public Methods
 MethodDefined by
  
AlertAction(name:String, activator:String, callback:*)
Creates a new AlertAction instance.
AlertAction
  
execute():void
Run the command.
AlertAction
Property detail
activatorproperty
public var activator:String

The activator value.

containerproperty 
public var container:Alert

The container value.

nameproperty 
public var name:String

The name value.

Constructor detail
AlertAction()constructor
public function AlertAction(name:String, activator:String, callback:*)

Creates a new AlertAction instance.

Parameters
name:String
 
activator:String
 
callback:*
Method detail
execute()method
public function execute():void

Run the command.