GameServiceResponseKeys
@objc public class GameServiceResponseKeys: NSObject
Keys for the json response for GameServiceRequests.
-
User id key.
Declaration
Swift
public static let USER_ID = "user_id" -
User token key.
Declaration
Swift
public static let USER_TOKEN = "user_token" -
Connected user id key.
Present after an account merge to distingush the base connected account.
Declaration
Swift
public static let USER_CONNECTED_USER = "connected_user_id"
GameServiceResponseKeys Class Reference