MCNearbyServiceAdvertiserInvitationHandler Delegate

Definition

public delegate void MCNearbyServiceAdvertiserInvitationHandler(bool accept, MCSession session);
type MCNearbyServiceAdvertiserInvitationHandler = delegate of bool * MCSession -> unit

Parameters

accept
Boolean

true if the invitation should be accepted.

session
MCSession

The session to which the peer shouldbe connected.

Applies to