MoveConfig
The SDK offers to detect different modes of transport and driving services. The host app can configure which driving services to activate and modes of transport to detect by setting the MoveConfig object when initializing the SDK.
The host app must only configure its SDK services to the set or subset of services subscribed by the SDK product id of this host app. The SDK initialization will fail and complete with MoveConfigurationError.configMismatch
otherwise.
For Android check the Initialization page
Each MoveConfig requires one or more permissions (see for Android and iOS). The SDK services will not start and MoveSDKState will transit to.permissionMissing
error state in case one or more required permissions were missing. Check MoveSDKState for more details.
Last updated