コード例 #1
0
 public GKLeaderboardViewController(GKLeaderboardTimeScope timeScope, GKLeaderboardPlayerScope playerScope) :
     base(NSObjectFlag.Empty)
 {
     // we can't set `playerScope` with the existing API and
     // setting `timeScope` does not work at this stage either so...
     throw new NotSupportedException();
 }
コード例 #2
0
 public GKLeaderboardViewController(GKLeaderboardTimeScope timeScope, GKLeaderboardPlayerScope playerScope)
     : base(NSObjectFlag.Empty)
 {
     // we can't set `playerScope` with the existing API and
     // setting `timeScope` does not work at this stage either so...
     throw new NotSupportedException ();
 }