コード例 #1
0
 protected override void OnCurrentProfileChanged(Profile oldProfile, Profile newProfile)
 {
     owner.UpdateUI();
     // It's possible that we were waiting for Profile to be populated in order to
     // post a status update.
     owner.HandlePendingAction();
 }
コード例 #2
0
 public void OnUserInfoFetched(IGraphUser user)
 {
     owner.user = user;
     owner.UpdateUI();
     // It's possible that we were waiting for this.user to be populated in order to post a
     // status update.
     owner.HandlePendingAction();
 }
コード例 #3
0
 public void OnSuccess(Java.Lang.Object obj)
 {
     owner.HandlePendingAction();
     owner.UpdateUI();
 }