GKPlayersHandler Delegate
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A delegate used with LoadPlayersForIdentifiers(String[], GKPlayersHandler) to specify behavior to happen after the players are loaded.
C#
public delegate void GKPlayersHandler(GKPlayer[] players, NSError error);
type GKPlayersHandler = delegate of GKPlayer[] * NSError -> unit
- players
- GKPlayer[]
- error
- NSError
Proizvod | Verzije |
---|---|
Xamarin.Mac SDK | 14 |