MyGeotabSdkConfig

public class MyGeotabSdkConfig : MobileSdkConfig

Configuration options for MyGeotabViewController

  • The server address to launch MyGeotab from. May include a path component (e.g. “host.server.com/path”).

    Declaration

    Swift

    public static var serverAddress: String
  • The server host without any path component. Use this for API calls, feature flags, and Sentry configuration.

    Declaration

    Swift

    public static var serverHost: String { get }