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