Example #1
0
 public LeaderBoardsCallback(GooglePlayGameHelper helper)
     : base()
 {
     this.helper = helper;
 }
 /// <summary>
 /// Initializes this instance.
 /// </summary>
 public void Init()
 {
     this.helper = new GooglePlayGameHelper(activity, adapter);
     this.helper.ViewForPopups = activity.CurrentFocus;
     this.helper.Initialize();
 }
Example #3
0
 public AchievementsCallback(GooglePlayGameHelper helper)
     : base()
 {
     this.helper = helper;
 }
 /// <summary>
 /// Initializes this instance.
 /// </summary>
 public void Init()
 {
     this.helper = new GooglePlayGameHelper(activity, adapter);
     this.helper.ViewForPopups = activity.CurrentFocus;
     this.helper.Initialize();
 }