MyGeotabViewController
@MainActor
public class MyGeotabViewController : SDKViewController
MyGeotab’s View Controller and API interface. Everthing you need to launch a MyGeotab. Only one instance should be created.
-
Initializer
- modules: User implemented thirdparty modules
Declaration
Swift
@MainActor public override init(modules: Set<Module> = [], options: MobileSdkOptions = .default)