JourneyDb

interface JourneyDb

Functions

Link copied to clipboard
abstract fun cleanupJourney(serverId: String, guid: String)
Link copied to clipboard
abstract fun getDeletedList(serverId: String): List<String>
Link copied to clipboard
abstract fun getPendingJourney(serverId: String): List<Journey>
Link copied to clipboard
abstract fun insert(serverId: String, journey: Journey)
Link copied to clipboard
abstract fun setUpdateError(serverId: String, guid: String)
Link copied to clipboard
abstract fun setUpdateProgress(serverId: String, guid: String)
Link copied to clipboard
abstract fun setUpdateSuccess(serverId: String, guid: String)