FacebookCallback
Une version plus récente de cette classe est disponible. Rendez-vous sur la dernière version.

A callback class for the Facebook SDK.

Package :facebook
Méthodes d’instance
onSuccess(Object)

Called when the dialog completes without error

public void onSuccess(Object result)
ParamètreDescription
resultResult from the dialog
onCancel()

Called when the dialog is canceled

public void onCancel()
onError(FacebookException)

Called when the dialog finishes with an error

public void onError(FacebookException error)
ParamètreDescription
errorThe error that occurred