|   | |
| AppleLocalMultiplayerICustomServiceAdvertiser Interface | |
Namespace: LostPolygon.Apple.LocalMultiplayer
 Syntax
Syntaxpublic interface ICustomServiceAdvertiser
The AppleLocalMultiplayerICustomServiceAdvertiser type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | IsAdvertising | 
            Whether advertiser is currently active.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | StartAdvertising | 
            Start advertising the current service to nearby peers.
             | 
|  | StopAdvertising | 
            Stops advertising of the current service to nearby peers.
             | 
 Events
Events| Name | Description | |
|---|---|---|
|  | InvitationReceived | 
            Occurs when an invitation to join the session has been received.
             | 
|  | StartFailed | 
            Occurs when starting the advertiser has failed.
             | 
 See Also
See Also