LoginButton.OnErrorListener
Questa classe non è più disponibile nella versione più recente dell'SDK.

Callback interface that will be called when a network or other error is encountered while logging in.

Pacchetto:widget
Metodi di istanza
onError(FacebookException)

Called when a network or other error is encountered.

public void onError(FacebookException error)
ParametroDescrizione
errorA FacebookException representing the error that was encountered.