Packagecom.distriqt.extension.facebook.gamingservices
Interfacepublic interface FriendFinderDialog extends flash.events.IEventDispatcher



Public Methods
 MethodDefined By
  
show():Boolean
Show the friend finder dialog
FriendFinderDialog
Events
 Event Summary Defined By
   Dispatched when the user cancelled a friend finder dialog FriendFinderDialog
   Dispatched when the Facebook friend finder dialog has completed successfully.FriendFinderDialog
   Dispatched when an error occurred errorMessage will contain details on the error that occurred.FriendFinderDialog
Method Detail
show()method
public function show():Boolean

Show the friend finder dialog

Returns
Booleantrue if the dialog will be displayed and false if it is not available
Event Detail
facebook_friendfinder_dialog_cancel Event
Event Object Type: com.distriqt.extension.facebook.gamingservices.events.FriendFinderDialogEvent
FriendFinderDialogEvent.type property = com.distriqt.extension.facebook.gamingservices.events.FriendFinderDialogEvent.CANCEL

Dispatched when the user cancelled a friend finder dialog
facebook_friendfinder_dialog_complete Event  
Event Object Type: com.distriqt.extension.facebook.gamingservices.events.FriendFinderDialogEvent
FriendFinderDialogEvent.type property = com.distriqt.extension.facebook.gamingservices.events.FriendFinderDialogEvent.COMPLETE

Dispatched when the Facebook friend finder dialog has completed successfully.
facebook_friendfinder_dialog_error Event  
Event Object Type: com.distriqt.extension.facebook.gamingservices.events.FriendFinderDialogEvent
FriendFinderDialogEvent.type property = com.distriqt.extension.facebook.gamingservices.events.FriendFinderDialogEvent.ERROR

Dispatched when an error occurred errorMessage will contain details on the error that occurred.