ElectronicHorizonDataLoaderStatusDelegate
public protocol ElectronicHorizonDataLoaderStatusDelegate : AnyObject
Provides a delegate for status updates from the ElectronicHorizonDataLoader.loadData(...) method.
The listener receives the current state for different levels of the paths as 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.
Offline availability: This property is available online and offline.
-
Called whenever there is a change in the status of the loaded data from
ElectronicHorizonDataLoader.Declaration
Swift
func onElectronicHorizonDataLoaderStatusUpdated(electronicHorizonDataLoaderStatuses: [Int32 : ElectronicHorizonDataLoadedStatus])Parameters
electronicHorizonDataLoaderStatusesThe updated statuses of the loaded data from
ElectronicHorizonDataLoader. The key is the level of aElectronicHorizonPath, the value is the current status.