GKFriendsHandler Delegate
Definition
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 LoadFriends(GKFriendsHandler) and FindPlayers(GKMatchRequest, GKFriendsHandler) that defines behavior after the request completes.
public delegate void GKFriendsHandler(string[] friends, NSError error);
type GKFriendsHandler = delegate of string[] * NSError -> unit
Parameters
- friends
- String[]
- error
- NSError