PathService

class PathService(application: Application, rootUri: Uri?)

Constructors

Link copied to clipboard
constructor(application: Application, rootUri: Uri?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun getPackagePath(serverId: String, surveyId: String, packageVersion: Int): Uri
Link copied to clipboard
fun getPackagesPath(serverId: String, surveyId: String): Uri
Link copied to clipboard
fun getResponseDbPath(serverId: String, surveyId: String, guid: String): Uri
Link copied to clipboard
fun getResponsePath(serverId: String, surveyId: String, guid: String): Uri
Link copied to clipboard
fun getSurveyDbPath(serverId: String, surveyId: String): Uri
Link copied to clipboard
fun getSurveyPath(serverId: String, surveyId: String): Uri
Link copied to clipboard
Link copied to clipboard
fun getTriggerDbPath(serverId: String): Uri
Link copied to clipboard
fun getTriggerPath(serverId: String): Uri
Link copied to clipboard
fun initResponsePath(serverId: String, surveyId: String, guid: String)
Link copied to clipboard
fun initSurveyPath(serverId: String, surveyId: String)
Link copied to clipboard
fun initTriggerPath(serverId: String)