EnvironmentConfig

@objcMembers
class EnvironmentConfig
extension EnvironmentConfig : CVarArg, CustomDebugStringConvertible, CustomStringConvertible, Equatable, Hashable, NSCopying, NSObjectProtocol

A config that toggles shims in the code for development purposes.

  • Toggle eligibility check for stage or sandbox

    The default true setting will check for eligibility while false will force State.isNativeEligible = true and skip the actual network call

    Declaration

    Swift

    var checksEligibility: Bool
  • Undocumented

    Declaration

    Swift

    func copy(with zone: NSZone? = nil) -> Any