Packagecom.tuarua.onesignal.events
Classpublic class IdsEvent
InheritanceIdsEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  registrationId : String
IdsEvent
  userId : String
IdsEvent
Public Methods
 MethodDefined By
  
IdsEvent(type:String, userId:String, registrationId:String, bubbles:Boolean = false, cancelable:Boolean = false)
IdsEvent
  
clone():Event
[override]
IdsEvent
  
toString():String
[override]
IdsEvent
Public Constants
 ConstantDefined By
  ON_AVAILABLE : String = IdsEvent.OnAvailable
[static]
IdsEvent
Property Detail
registrationIdproperty
public var registrationId:String

userIdproperty 
public var userId:String

Constructor Detail
IdsEvent()Constructor
public function IdsEvent(type:String, userId:String, registrationId:String, bubbles:Boolean = false, cancelable:Boolean = false)



Parameters
type:String
 
userId:String
 
registrationId:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method Detail
clone()method
override public function clone():Event

Returns
Event
toString()method 
override public function toString():String

Returns
String
Constant Detail
ON_AVAILABLEConstant
public static const ON_AVAILABLE:String = IdsEvent.OnAvailable