public static interface Facebook.DialogListener
WebDialog
Adding @Deprecated to this class causes warnings in other deprecated classes
that reference this one. That is the only reason this entire class is not
deprecated.Modifier and Type | Method and Description |
---|---|
void |
onCancel()
Called when a dialog is canceled by the user.
|
void |
onComplete(android.os.Bundle values)
Called when a dialog completes.
|
void |
onError(DialogError e)
Called when a dialog has an error.
|
void |
onFacebookError(FacebookError e)
Called when a Facebook responds to a dialog with an error.
|
void onComplete(android.os.Bundle values)
values
- Key-value string pairs extracted from the response.void onFacebookError(FacebookError e)
void onError(DialogError e)
void onCancel()
Copyright © 2014. All rights reserved.