Local Data Mode (LDM) manager. When Local Data Mode is enabled, the SDK's access to the internet is restricted. You should use registerAppForLDM to register the app. Only application registration (confirming the app key is valid) will be unrestricted. All other SDK services will be restricted. When the SDK's internet access is restricted, all SDK services that require an internet connection will not be available or able to update. For instance, the Fly Zone manager will not be able to update the fly zone data base, retrieve the latest TFRs (temporary flight restrictions) or unlock fly zones. LDM is therefore most appropriate for users that have very stringent data requirements, and are able to accommodate this restricted functionality. When Local Data Mode is enabled, the UTMISSManager will not report flight dynamic data to the UTMISS server.
true if LDM is supported in the current context. The SDK locally uses GPS location and MCC (mobile country code) to determine the country of operation. If LDM is not enabled and the internet is accessible, the IP address is also used to determine the country of operation. The default value is true after the first installation.
Enables LDM. Can only be enabled if isLDMSupported is true. Please call getLDMSupported methods firstly. Call this method before calling the other methods of SDK (including registerApp) to restrict the internet access of SDK (SDK registration is unrestricted).