WebDialog.OnCompleteListener
Diese Klasse ist in der neuesten Version des SDKs nicht mehr verfügbar.
Es ist eine neuere Version dieser Klasse verfügbar. Sieh sie dir an mit der aktuellsten Version.

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.

Package:widget
Instance-Methoden
onComplete(Bundle, FacebookException)

Called when the dialog completes.

public void onComplete(Bundle values, FacebookException error)
ParameterBeschreibung
valuesOn success, contains the values returned by the dialog
errorOn an error, contains an exception describing the error