iOS
Prerequisite
Integration
Initialization
import DriveKitStolenVehicleLocatorModuleimport DriveKitCoreModule
import DriveKitTripAnalysisModule
import DriveKitStolenVehicleLocatorModule
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
DriveKit.shared.initialize()
...
DriveKitStolenVehicleLocator.shared.initialize()
...
}Configure UUIDs
Add a UUID
Value
Description
Value
Description
Remove a UUID
Value
Description
Value
Description
Get the UUID list
Value
Description
Value
Description
Configure iBeacon search
Enable iBeacon search
Value
Description
Value
Description
Disable iBeacon search
Value
Description
Value
Description
Last updated
Was this helpful?

