|
AppleLocalMultiplayerIServiceAdvertiserStartAdvertising Method |
Start advertising the current service to nearby peers.
Namespace:
LostPolygon.Apple.LocalMultiplayerSyntax 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 on error.
See Also