com.facebook.widget
Interface WebDialog.OnCompleteListener
- Enclosing class:
- WebDialog
public static interface WebDialog.OnCompleteListener
Interface that implements a listener to be called when the user's interaction with the
dialog completes, whether because the dialog finished successfully, or it was cancelled,
or an error was encountered.
onComplete
void onComplete(Bundle values,
FacebookException error)
- Called when the dialog completes.
- Parameters:
values
- on success, contains the values returned by the dialogerror
- on an error, contains an exception describing the error