ConnectionHistoryTable

Constructors

Link copied to clipboard
constructor(@NonNull mapstedDb: MapstedDb, @NonNull coreApi: CoreApi)

Types

Link copied to clipboard
open class DataStatus

Functions

Link copied to clipboard
open fun cleanLocalFiles()
Link copied to clipboard
Link copied to clipboard
open fun deleteAllHistoriesAfter(startTimestamp: Long)
Link copied to clipboard
open fun deleteAllHistoriesBetween(startTimestamp: Long, endTimestamp: Long)
Link copied to clipboard
open fun deleteHistory(timestamp: Long)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getDataType(dataType: Int, calMode: Int): String
Link copied to clipboard
Link copied to clipboard
open fun setDirName(dirName: String)
Link copied to clipboard
open fun updateHistoryStatus(timestamp: Long, status: Int)
Link copied to clipboard
open fun updateHistoryStatusToSent(timestamp: Long)