ElectronicHorizonDataLoaderStatusDelegate
public protocol ElectronicHorizonDataLoaderStatusDelegate : AnyObject
Interface to listen to status updates from the ElectronicHorizonDataLoader.loadData(...) method execution.
It provides information for the current state per different levels of the ElectronicHorizonPaths using ElectronicHorizonDataLoadedStatus.
Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.
-
Called whenever there is a change in the status of the loaded data from
ElectronicHorizonDataLoader.Declaration
Swift
func onElectronicHorizonDataLoaderStatusUpdated(electronicHorizonDataLoaderStatuses: [Int32 : ElectronicHorizonDataLoadedStatus])Parameters
electronicHorizonDataLoaderStatusesUpdated statuses of the loaded data from
ElectronicHorizonDataLoader. Key is the level of theElectronicHorizonPaths, value is the current status.