GameServiceManifestKeys
@objc public class GameServiceManifestKeys: NSObject
Keys used to retrieve values from the GameService manifest node.
-
Key for the main gameService node.
Declaration
Swift
public static let GAMESERVICE = "gameService" -
Send analytics key.
Declaration
Swift
public static let SEND_ANALYTICS = "sendAnalytics"
GameServiceManifestKeys Class Reference