Packagecom.initapp.webapis.pownce.events
Classpublic class PownceResultEvent
InheritancePownceResultEvent Inheritance com.adobe.webapis.events.ServiceEvent



Public Methods
 MethodDefined by
  
PownceResultEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
PownceResultEvent
  
clone():Event
PownceResultEvent
Public Constants
 ConstantDefined by
  ON_GET_FRIENDS_FANS_FANOF : String = "onGetFriendsFansFanOf"
[static]
PownceResultEvent
  ON_GET_NOTE : String = "onGetNote"
[static]
PownceResultEvent
  ON_GET_NOTE_LIST : String = "onGetNoteList"
[static]
PownceResultEvent
  ON_GET_NOTE_RECIPIENT_LIST : String = "onGetNoteRecipientList"
[static]
PownceResultEvent
  ON_GET_PROFILE : String = "onGetProfile"
[static]
PownceResultEvent
  ON_GET_PUBLIC_NOTE_LIST : String = "onGetPublicNoteList"
[static]
PownceResultEvent
  ON_GET_SEND_TO_LIST : String = "onGetSendToList"
[static]
PownceResultEvent
  ON_POST_A_FILE : String = "onPostAFile"
[static]
PownceResultEvent
  ON_POST_A_LINK : String = "onPostALink"
[static]
PownceResultEvent
  ON_POST_A_MESSAGE : String = "onPostAMessage"
[static]
PownceResultEvent
  ON_POST_AN_EVENT : String = "onPostAnEvent"
[static]
PownceResultEvent
  ON_POST_A_REPLY : String = "onPostAReply"
[static]
PownceResultEvent
  ON_VERIFY_AUTH : String = "onVerifyAuth"
[static]
PownceResultEvent
Constructor detail
PownceResultEvent()constructor
public function PownceResultEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method detail
clone()method
public override function clone():Event

Returns
Event
Constant detail
ON_GET_FRIENDS_FANS_FANOFconstant
public static const ON_GET_FRIENDS_FANS_FANOF:String = "onGetFriendsFansFanOf"
ON_GET_NOTEconstant 
public static const ON_GET_NOTE:String = "onGetNote"
ON_GET_NOTE_LISTconstant 
public static const ON_GET_NOTE_LIST:String = "onGetNoteList"
ON_GET_NOTE_RECIPIENT_LISTconstant 
public static const ON_GET_NOTE_RECIPIENT_LIST:String = "onGetNoteRecipientList"
ON_GET_PROFILEconstant 
public static const ON_GET_PROFILE:String = "onGetProfile"
ON_GET_PUBLIC_NOTE_LISTconstant 
public static const ON_GET_PUBLIC_NOTE_LIST:String = "onGetPublicNoteList"
ON_GET_SEND_TO_LISTconstant 
public static const ON_GET_SEND_TO_LIST:String = "onGetSendToList"
ON_POST_A_FILEconstant 
public static const ON_POST_A_FILE:String = "onPostAFile"
ON_POST_A_LINKconstant 
public static const ON_POST_A_LINK:String = "onPostALink"
ON_POST_A_MESSAGEconstant 
public static const ON_POST_A_MESSAGE:String = "onPostAMessage"
ON_POST_AN_EVENTconstant 
public static const ON_POST_AN_EVENT:String = "onPostAnEvent"
ON_POST_A_REPLYconstant 
public static const ON_POST_A_REPLY:String = "onPostAReply"
ON_VERIFY_AUTHconstant 
public static const ON_VERIFY_AUTH:String = "onVerifyAuth"