MCSessionDelegate.DidChangeState(MCSession, MCPeerID, MCSessionState) 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.
Indicates that the session
has transitioned to the new state
.
[Foundation.Export("session:peer:didChangeState:")]
public abstract void DidChangeState (MultipeerConnectivity.MCSession session, MultipeerConnectivity.MCPeerID peerID, MultipeerConnectivity.MCSessionState state);
abstract member DidChangeState : MultipeerConnectivity.MCSession * MultipeerConnectivity.MCPeerID * MultipeerConnectivity.MCSessionState -> unit
Parameters
- session
- MCSession
- peerID
- MCPeerID
- state
- MCSessionState
Implements
- Attributes