Automatic Wedge Association
Configure AWA:
// Configure AWA
IMSDeviceManager.configure(providers: [IMSDeviceProvidable], shouldEnableAWA: Bool = false)// Configure AWA
DsDeviceManager.initialize(application = context.applicationContext, providersList = providers, shouldEnableAWA = true)Fetching missing vehicles API
// IMSDeviceManager
func fetchMissingVehicles(completion: @escaping (Result<(wedges: [Wedge], missingVehicles: [Vehicle])>))suspend fun fetchMissingVehicle(context: Context): Result<Pair<List<Wedge>, List<Vehicle>>>Purpose
Parameters
Android
iOS
Return Value
Android
iOS
Usage Example
Error Handling
Android
iOS
Related APIs
Thread Safety
Platform-Specific Requirements
Android
iOS
Best Practices
Limitations (iOS Only)
Last updated