Asset Tracking Callback
To actively monitor the status of asset tracking and receive crucial location updates via the AssetTracking
framework, you can designate your class as the delegate of the* AssetTracking.shared* instance. This responsibility entails handling callbacks and updates related to asset tracking.
AssetTrackingCallback Protocol
Here's the protocol definition for AssetTrackingCallback
, outlining the methods you can implement to handle various tracking-related events:
By implementing these callback methods, you can effectively manage asset tracking status and location updates within your iOS application, ensuring a smooth and responsive user experience.