GKMatchmaker.StartBrowsingForNearbyPlayers Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
StartBrowsingForNearbyPlayers(Action<GKPlayer,Boolean>) |
Começa a descobrir jogadores próximos. |
StartBrowsingForNearbyPlayers(Action<String,Boolean>) |
Começa a descobrir jogadores próximos. |
StartBrowsingForNearbyPlayers(Action<GKPlayer,Boolean>)
Começa a descobrir jogadores próximos.
[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
Parâmetros
- Atributos
Aplica-se a
StartBrowsingForNearbyPlayers(Action<String,Boolean>)
Começa a descobrir jogadores próximos.
[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
Parâmetros
- Atributos