Click or drag to resize
Local Multiplayer for iOS/tvOS/macOS
AppleLocalMultiplayerICustomServiceAdvertiserStartAdvertising Method
Start advertising the current service to nearby peers.

Namespace:  LostPolygon.Apple.LocalMultiplayer
Syntax
C#
void StartAdvertising(
	IDictionary<string, string> discoveryInfo = null
)

Parameters

discoveryInfo (Optional)
Type: System.Collections.GenericIDictionaryString, String
Additional information that will be advertised to the peer browsers. Keep the size of this dictionary small for best network performance.

Return Value

Type: 
true on success, false if already advertising.
See Also