-
public interface WebDialog.OnCompleteListenerInterface 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.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonComplete(Bundle values, FacebookException error)Called when the dialog completes. -
-
Method Detail
-
onComplete
abstract Unit 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
-
-
-
-