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 moreDeclaration
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 moreDeclaration
Swift
public class MyGeotabViewController : SDKViewController
-
Configuration options for DriveViewController
See moreDeclaration
Swift
public class DriveSdkConfig : MobileSdkConfig
-
Configuration options for MyGeotabViewController
See moreDeclaration
Swift
public class MyGeotabSdkConfig : MobileSdkConfig
-
Geotab Module base class
See moreDeclaration
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 moreDeclaration
Swift
open class ModuleFunction