GKMatchReinvitationForDisconnectedPlayer 委托
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
应用开发人员可以为 属性指定的 ShouldReinviteDisconnectedPlayer 完成处理程序。
public delegate bool GKMatchReinvitationForDisconnectedPlayer(GKMatch match, GKPlayer player);
type GKMatchReinvitationForDisconnectedPlayer = delegate of GKMatch * GKPlayer -> bool
参数
- match
- GKMatch
- player
- GKPlayer