GKQueryHandler 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 QueryActivity(GKQueryHandler) and QueryPlayerGroupActivity(nint, GKQueryHandler) to specify behavior after the query is completed.
public delegate void GKQueryHandler(nint activity, NSError error);
type GKQueryHandler = delegate of nint * NSError -> unit
Parameters
- activity
- System.System.IntPtr System.nativeint
- error
- NSError