Exemplo n.º 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();
 }
Exemplo n.º 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 ();
 }