Share via


IGKMatchDelegate.StateChanged Method

Definition

[Foundation.Export("match:player:didChangeState:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void StateChanged(GameKit.GKMatch match, string playerId, GameKit.GKPlayerConnectionState state);
[<Foundation.Export("match:player:didChangeState:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member StateChanged : GameKit.GKMatch * string * GameKit.GKPlayerConnectionState -> unit
override this.StateChanged : GameKit.GKMatch * string * GameKit.GKPlayerConnectionState -> unit

Parameters

match
GKMatch
playerId
String
Attributes

Applies to