delegate
The delegate for the event handler.
Declaration
weak var delegate: (any GKChallengeEventHandlerDelegate)! { get set }Discussion
Only access this property from your game’s main thread.
The delegate for the event handler.
weak var delegate: (any GKChallengeEventHandlerDelegate)! { get set }Only access this property from your game’s main thread.