loadGameActivityDefinitions(completionHandler:)
Loads all the game activity definitions for the current game.
Declaration
class func loadGameActivityDefinitions(completionHandler: @escaping @Sendable ([GKGameActivityDefinition]?, (any Error)?) -> Void)class var all: [GKGameActivityDefinition] { get async throws }