PropertyAutoDownloadListener
public protocol PropertyAutoDownloadListener : AnyObject
Listener to Property / Building download process
-
Implement this method to handle succesful download of property data downloaded.
Declaration
Swift
func onSuccess(propertyId: Int)Parameters
propertyIdidentifier of Property being downloaded
-
Implement this method to get progress of a property download
Declaration
Swift
func onProgress(propertyId: Int, percentage: Float)Parameters
propertyIdidentifier of Property being downloaded
perentagewhat percent of the download is complete
PropertyAutoDownloadListener Protocol Reference