SCMode

public enum SCMode : String

Enum to be used with the mode parameter for SmartcarAuth to determine which mode Connect will launch in

  • live: Allows users to login with a real connected services account
  • test: Allows users to connect to test vehicles using any credentials
  • simulated: Allows users to connect to simulated vehicles created on the Smartcar developer dashboard
  • Undocumented

    Declaration

    Swift

    case live
  • Undocumented

    Declaration

    Swift

    case test
  • Undocumented

    Declaration

    Swift

    case simulated