unload

abstract fun unload(propertyId: Int, onComplete: Consumer<Boolean>)

Unload property data from memory.

This will remove property data from database and from core library. Note: If you are using map module as well, please call remove property data in MapstedMapApi.

Parameters

propertyId

Property id that needs to be deleted.

onComplete

Notified when unload is complete, returns success or failure