-
public interface LikeView.OnErrorListenerCallback interface that will be called when a network or other error is encountered whilelogging in.
-
-
Method Summary
Modifier and Type Method Description abstract voidonError(FacebookException error)Called when the share action encounters an error. -
-
Method Detail
-
onError
abstract void onError(FacebookException error)
Called when the share action encounters an error.
- Parameters:
error- The error that occurred
-
-
-
-