deserializePropertyDataAsync
abstract fun deserializePropertyDataAsync(propertyId: Int, propertyDataDownloadListener: PropertyDataDownloadListener)
Download a property's property data based on its property id.
This function is an asynchronous function with a final callback which is called once the function is completed.
Parameters
propertyId
The property id corresponding to a property to be downloaded.
propertyDataDownloadListener
A listener that handles downloading property data. See PropertyDataDownloadListener