PropertyDataDownloadListener
public protocol PropertyDataDownloadListener : AnyObject
Listener to changes property data download/caching process
-
Implement this method to handle what will happen after the property data is successfully downloaded and cached
Declaration
Swift
func onPropertyDataReady(propertyData: MNPropertyData)
Parameters
propertyData
Property data that is downloaded.