| Package | com.initapp.webapis.pownce.events |
| Class | public class PownceResultEvent |
| Inheritance | PownceResultEvent com.adobe.webapis.events.ServiceEvent |
| Method | Defined by | ||
|---|---|---|---|
|
PownceResultEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
| PownceResultEvent | ||
|
clone():Event
| PownceResultEvent | ||
| Constant | Defined 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 | ||
| PownceResultEvent | () | constructor |
public function PownceResultEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| clone | () | method |
public override function clone():Event
Returns
Event |
| ON_GET_FRIENDS_FANS_FANOF | constant |
public static const ON_GET_FRIENDS_FANS_FANOF:String = "onGetFriendsFansFanOf"
| ON_GET_NOTE | constant |
public static const ON_GET_NOTE:String = "onGetNote"
| ON_GET_NOTE_LIST | constant |
public static const ON_GET_NOTE_LIST:String = "onGetNoteList"
| ON_GET_NOTE_RECIPIENT_LIST | constant |
public static const ON_GET_NOTE_RECIPIENT_LIST:String = "onGetNoteRecipientList"
| ON_GET_PROFILE | constant |
public static const ON_GET_PROFILE:String = "onGetProfile"
| ON_GET_PUBLIC_NOTE_LIST | constant |
public static const ON_GET_PUBLIC_NOTE_LIST:String = "onGetPublicNoteList"
| ON_GET_SEND_TO_LIST | constant |
public static const ON_GET_SEND_TO_LIST:String = "onGetSendToList"
| ON_POST_A_FILE | constant |
public static const ON_POST_A_FILE:String = "onPostAFile"
| ON_POST_A_LINK | constant |
public static const ON_POST_A_LINK:String = "onPostALink"
| ON_POST_A_MESSAGE | constant |
public static const ON_POST_A_MESSAGE:String = "onPostAMessage"
| ON_POST_AN_EVENT | constant |
public static const ON_POST_AN_EVENT:String = "onPostAnEvent"
| ON_POST_A_REPLY | constant |
public static const ON_POST_A_REPLY:String = "onPostAReply"
| ON_VERIFY_AUTH | constant |
public static const ON_VERIFY_AUTH:String = "onVerifyAuth"