GameServiceEndpointKeys

@objc public class GameServiceEndpointKeys: NSObject

GameService endpoints.

  • Identify endpoint key.

    Declaration

    Swift

    public static let IDENTIFY = "identify"
  • Login endpoint key.

    Declaration

    Swift

    public static let LOGIN = "login"