Example #1
0
 /** @deprecated Use {@link FollowApi#disableFollowMe()} instead. */
 public void disableFollowMe() {
   FollowApi.getApi(this).disableFollowMe();
 }
Example #2
0
 /** @deprecated Use {@link FollowApi#enableFollowMe(FollowType)} instead. */
 public void enableFollowMe(FollowType followType) {
   FollowApi.getApi(this).enableFollowMe(followType);
 }