FacebookCallback
Non è disponibile una versione più recente di questa classe. Controlla la versione più recente.

A callback class for the Facebook SDK.

Pacchetto:facebook
Metodi di istanza
onSuccess(Object)

Called when the dialog completes without error

public void onSuccess(Object result)
ParametroDescrizione
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)
ParametroDescrizione
errorThe error that occurred