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():Boolean
Show 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.FriendFinderDialogEvent
com.distriqt.extension.facebook.gamingservices.events.FriendFinderDialogEvent.CANCEL
Dispatched when the user cancelled a friend finder dialog
facebook_friendfinder_dialog_complete | Event |
com.distriqt.extension.facebook.gamingservices.events.FriendFinderDialogEvent
com.distriqt.extension.facebook.gamingservices.events.FriendFinderDialogEvent.COMPLETE
Dispatched when the Facebook friend finder dialog has completed successfully.
facebook_friendfinder_dialog_error | Event |
com.distriqt.extension.facebook.gamingservices.events.FriendFinderDialogEvent
com.distriqt.extension.facebook.gamingservices.events.FriendFinderDialogEvent.ERROR
Dispatched when an error occurred
errorMessage
will contain details on the error that occurred.