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

    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

    public class MyGeotabViewController : SDKViewController
  • Configuration options for DriveViewController

    See more

    Declaration

    Swift

    public class DriveSdkConfig : MobileSdkConfig
  • Configuration options for MyGeotabViewController

    See more

    Declaration

    Swift

    public class MyGeotabSdkConfig : MobileSdkConfig
  • Geotab Module base class

    See more

    Declaration

    Swift

    open class Module : NSObject
  • Defines a function to be included in a Geotab module’s Javascript API. Intended for internal Drive and MyGeotab use.

    See more

    Declaration

    Swift

    open class ModuleFunction