| Package | com.distriqt.extension.facebook.gamingservices |
| Interface | public interface FriendFinderDialog extends flash.events.IEventDispatcher |
| Method | Defined By | ||
|---|---|---|---|
show():Boolean
Show the friend finder dialog
| FriendFinderDialog | ||
| 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 | |||
| show | () | method |
public function show():BooleanShow the friend finder dialog
ReturnsBoolean — true if the dialog will be displayed and false if it is not available
|
| facebook_friendfinder_dialog_cancel | Event |
com.distriqt.extension.facebook.gamingservices.events.FriendFinderDialogEventcom.distriqt.extension.facebook.gamingservices.events.FriendFinderDialogEvent.CANCELDispatched when the user cancelled a friend finder dialog
| facebook_friendfinder_dialog_complete | Event |
com.distriqt.extension.facebook.gamingservices.events.FriendFinderDialogEventcom.distriqt.extension.facebook.gamingservices.events.FriendFinderDialogEvent.COMPLETEDispatched when the Facebook friend finder dialog has completed successfully.
| facebook_friendfinder_dialog_error | Event |
com.distriqt.extension.facebook.gamingservices.events.FriendFinderDialogEventcom.distriqt.extension.facebook.gamingservices.events.FriendFinderDialogEvent.ERRORDispatched when an error occurred
errorMessage will contain details on the error that occurred.