Contents

delegate

The delegate that handles communication between players in a match.

Declaration

weak var delegate: (any GKMatchDelegate)? { get set }

Discussion

To receive voice or data from other players, you must set the delegate.

See Also

Setting the delegate