Packagecom.tapjoy.extensions
Classpublic class TJSetUserIDEvent
InheritanceTJSetUserIDEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  errorMessage : String
[read-only] The String data returned by the event
TJSetUserIDEvent
Public Methods
 MethodDefined By
  
TJSetUserIDEvent(type:String, errorMessage:String, bubbles:Boolean = false, cancelable:Boolean = false)
Creates a TJSetUserIDEvent object to pass as a parameter to event listeners.
TJSetUserIDEvent
Public Constants
 ConstantDefined By
  FAILURE : String = SET_USER_ID_FAILURE
[static]
TJSetUserIDEvent
  SUCCESS : String = SET_USER_ID_SUCCESS
[static]
TJSetUserIDEvent
Property Detail
errorMessageproperty
errorMessage:String  [read-only]

The String data returned by the event


Implementation
    public function get errorMessage():String
Constructor Detail
TJSetUserIDEvent()Constructor
public function TJSetUserIDEvent(type:String, errorMessage:String, bubbles:Boolean = false, cancelable:Boolean = false)

Creates a TJSetUserIDEvent object to pass as a parameter to event listeners.

Parameters
type:String — The type of the event, accessible as TJSetUserIDEvent.type.
 
errorMessage:String — The String information to return with the event.
 
bubbles:Boolean (default = false) — Determines whether the Event object participates in the bubbling stage of the event flow. The default value is false.
 
cancelable:Boolean (default = false) — Determines whether the Event object can be canceled. The default value is false.
Constant Detail
FAILUREConstant
public static const FAILURE:String = SET_USER_ID_FAILURE

SUCCESSConstant 
public static const SUCCESS:String = SET_USER_ID_SUCCESS