GKPeerPickerControllerDelegate.PeerConnected Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("peerPickerController:didConnectPeer:toSession:")]
public virtual void PeerConnected (GameKit.GKPeerPickerController picker, string peerId, GameKit.GKSession toSession);
abstract member PeerConnected : GameKit.GKPeerPickerController * string * GameKit.GKSession -> unit
override this.PeerConnected : GameKit.GKPeerPickerController * string * GameKit.GKSession -> unit
Parameters
- picker
- GKPeerPickerController
- peerId
- String
- toSession
- GKSession
- Attributes