|
|
|
| LostPolygon.Apple.LocalMultiplayer Namespace | |
| Class | Description | |
|---|---|---|
| AppleLocalMultiplayer | ||
| InvitationHandler | ||
| AppleLocalMultiplayerUtility | ||
| PeerId |
Uniquely represents a peer of the local multiplayer session.
|
| Structure | Description | |
|---|---|---|
| PeerState |
Peer connection state.
|
| Interface | Description | |
|---|---|---|
| AppleLocalMultiplayerIConnectivity |
Provides access to device's connectivity options like Bluetooth.
| |
| AppleLocalMultiplayerICustomPeerDiscovery |
Provides full programmatic access to the peer discovery API.
Allows implementing complex custom behaviours (like auto-joining the session or
implementing a in-game peer discovery interface).
| |
| AppleLocalMultiplayerICustomServiceAdvertiser |
Provides full programmatic access to the service advertiser API.
Allows implementing complex custom behaviours (like auto-joining the session or
implementing a in-game invitation accept/decline interface).
| |
| AppleLocalMultiplayerILog |
Controls
| |
| AppleLocalMultiplayerIPeerDiscovery |
Access to the native built-in service advertiser.
Whenever another peer sends an invitation, present a dialog that allows declining or accepting the invitation.
Very easy to use and setup, but limited to a single interaction model.
| |
| AppleLocalMultiplayerIServiceAdvertiser |
Access to the native built-in service advertiser.
Whenever another peer sends an invitation, present a dialog that allows declining or accepting the invitation.
Very easy to use and setup, but limited to a single interaction model.
| |
| AppleLocalMultiplayerISession |
Provides access to the local multiplayer session, setting the peer name,
service type, getting other peers that are connected to the session.
|