| Package | com.marpies.ane.facebook.events |
| Class | public class AIRFacebookExtendedUserProfileEvent |
| Inheritance | AIRFacebookExtendedUserProfileEvent AIRFacebookEvent flash.events.Event |
AIRFacebook.requestExtendedUserProfile().
| Property | Defined By | ||
|---|---|---|---|
![]() | errorMessage : String
Returns a message associated with an error,
or null if no error occurred. | AIRFacebookEvent | |
| extendedUserProfile : ExtendedUserProfile
Returns an extended user profile as a result of the request. | AIRFacebookExtendedUserProfileEvent | ||
| Method | Defined By | ||
|---|---|---|---|
AIRFacebookExtendedUserProfileEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false) | AIRFacebookExtendedUserProfileEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| PROFILE_LOADED : String = profileLoaded [static] | AIRFacebookExtendedUserProfileEvent | ||
![]() | SDK_INIT : String = sdkInit [static]
Dispatched shortly after a call to AIRFacebook.init(), at which point the Facebook SDK
is fully initialized and it is safe to use the rest of the API. | AIRFacebookEvent | |
| extendedUserProfile | property |
extendedUserProfile:ExtendedUserProfileReturns an extended user profile as a result of the request.
public function get extendedUserProfile():ExtendedUserProfile public function set extendedUserProfile(value:ExtendedUserProfile):void| AIRFacebookExtendedUserProfileEvent | () | Constructor |
public function AIRFacebookExtendedUserProfileEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)type:String | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) |
| PROFILE_LOADED | Constant |
public static const PROFILE_LOADED:String = profileLoaded