Packagecom.marpies.ane.facebook.listeners
Interfacepublic interface IAIRFacebookUserProfilePictureListener

Interface for objects that want to be notified about user's picture loading process result.



Public Methods
 MethodDefined By
  
onFacebookUserProfilePictureError(errorMessage:String):void
Called if an error occurs during the loading process.
IAIRFacebookUserProfilePictureListener
  
Called if the picture is loaded successfully.
IAIRFacebookUserProfilePictureListener
Method Detail
onFacebookUserProfilePictureError()method
public function onFacebookUserProfilePictureError(errorMessage:String):void

Called if an error occurs during the loading process.

Parameters

errorMessage:String — Message describing the error.

onFacebookUserProfilePictureSuccess()method 
public function onFacebookUserProfilePictureSuccess(picture:Bitmap):void

Called if the picture is loaded successfully.

Parameters

picture:Bitmapflash.display.Bitmap of user's profile picture.