delegate
The delegate of the session object.
Declaration
weak var delegate: (any GKSessionDelegate)! { get set }Discussion
A session’s delegate is responsible for observing changes to other peers running with the same session ID. Your application must set a delegate before making your session known to other peers.