Class

Enables your game client to find compatible game server over the local network.


Initialization

init ( serves: MCPeerID, serviceType: String )

Initializes a defaultly configured GPGameClientBrowser.

Controlling the Browser

func startBrowsing ( _: GPGameClientBrowser )

Makes self to start searching the local network.

func stopBrowsing ( _: GPGameClientBrowser )

Stops self in searching the local network.

Handling the Browsing Result

func unableToBrowse ( error: Error )

Invoked when self is unable to browse the local network to find joinable servers.

func didFindJoinableServer ( _: MCPeerID, with: [String: String]? )