Classes

The following classes are available globally.

  • Drive’s View Controller and API interface. Everthing you need to launch a Drive. Only one instance should be created.

    See more

    Declaration

    Swift

    @MainActor
    open class DriveViewController : SDKViewController
  • MyGeotab’s View Controller and API interface. Everthing you need to launch a MyGeotab. Only one instance should be created.

    See more

    Declaration

    Swift

    @MainActor
    public class MyGeotabViewController : SDKViewController
  • Configuration options for DriveViewController

    See more

    Declaration

    Swift

    public class DriveSdkConfig : MobileSdkConfig

View Presenter Provider