Interface FacebookHelper.FacebookShareCallBack
-
- All Known Implementing Classes:
NewsfeedDetailsActivity
,NewsfeedListFragment
- Enclosing class:
- FacebookHelper
public static interface FacebookHelper.FacebookShareCallBack
View to be implemented when initialization of Facebook Share is called
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onFacebookShareCancelled()
void
onFacebookShareError(com.facebook.FacebookException e)
void
onFacebookShareSuccess(com.facebook.share.Sharer.Result result)
-