GKQueryHandler 委托

定义

与 和 QueryPlayerGroupActivity(nint, GKQueryHandler) 一起使用QueryActivity(GKQueryHandler)的委托,用于指定查询完成后的行为。

public delegate void GKQueryHandler(nint activity, NSError error);
type GKQueryHandler = delegate of nint * NSError -> unit

参数

activity
System.System.IntPtr System.nativeint
error
NSError

适用于