Class
Enables your game client to find compatible game server over the local network.
init ( serves: MCPeerID, serviceType: String )Initializes a defaultly configured GPGameClientBrowser.
startBrowsing ( _: GPGameClientBrowser )Makes self to start searching the local network.
stopBrowsing ( _: GPGameClientBrowser )Stops self in searching the local network.
unableToBrowse ( error: Error )Invoked when self is unable to browse the local network to find joinable servers.
didFindJoinableServer ( _: MCPeerID, with: [String: String]? )