PropertyDataTable

Types

Link copied to clipboard
open class PropertyDataType

Functions

Link copied to clipboard
open fun cleanLocalFiles()
Link copied to clipboard
open fun delete(dataType: Int, propertyId: Int)
Link copied to clipboard
open fun deletePropertyData(propertyId: Int)
Link copied to clipboard
open fun getCartoCssObjectData(propertyId: Int): Array<Byte>
Link copied to clipboard
open fun getCreatedAt(propertyId: Int): Long
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getDownloadStatus(propertyId: Int): DownloadStatus
Link copied to clipboard
open fun getObjectData(dataType: Int, propertyId: Int): Array<Byte>
Link copied to clipboard
open fun getPropertyDataVersion(propertyId: Int): Int
Link copied to clipboard
open fun getVersions(propertyId: Int): PropertyVersions
Link copied to clipboard
open fun insertOrUpdate(propertyFilesResponse: PropertyFilesResponse): Boolean
open fun insertOrUpdate(propertyDataType: Int, propertyId: Int, version: Int, compressedData: Array<Byte>)
Link copied to clipboard
open fun insertOrUpdateJson(propertyDataType: Int, propertyId: Int, version: Int, jsonData: String)
Link copied to clipboard
open fun isPropertyDataDownloaded(propertyId: Int): Boolean
Link copied to clipboard

open fun refreshProperties(response: PropertyList.Response, @Nullable rawResponseJson: String)
Stores property info JSONs to the database.
Link copied to clipboard
open fun setDirName(dirName: String)