GKMatchmaker.StartBrowsingForNearbyPlayers Method
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.
Overloads
StartBrowsingForNearbyPlayers(Action<GKPlayer,Boolean>) |
Begins discovering nearby players. |
StartBrowsingForNearbyPlayers(Action<String,Boolean>) |
Begins discovering nearby players. |
StartBrowsingForNearbyPlayers(Action<GKPlayer,Boolean>)
Begins discovering nearby players.
[Foundation.Export("startBrowsingForNearbyPlayersWithHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void StartBrowsingForNearbyPlayers (Action<GameKit.GKPlayer,bool> handler);
abstract member StartBrowsingForNearbyPlayers : Action<GameKit.GKPlayer, bool> -> unit
override this.StartBrowsingForNearbyPlayers : Action<GameKit.GKPlayer, bool> -> unit
Parameters
- Attributes
Applies to
StartBrowsingForNearbyPlayers(Action<String,Boolean>)
Begins discovering nearby players.
[Foundation.Export("startBrowsingForNearbyPlayersWithReachableHandler:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'StartBrowsingForNearbyPlayers(Action<GKPlayer, bool> handler)' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.None, "Use 'StartBrowsingForNearbyPlayers(Action<GKPlayer, bool> handler)' instead.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void StartBrowsingForNearbyPlayers (Action<string,bool> reachableHandler);
abstract member StartBrowsingForNearbyPlayers : Action<string, bool> -> unit
override this.StartBrowsingForNearbyPlayers : Action<string, bool> -> unit
Parameters
- Attributes