PlatformRootPathsProvider

expect class PlatformRootPathsProvider(val rootPath: String) : RootPathsProvider
actual class PlatformRootPathsProvider(val rootPath: String) : RootPathsProvider

Constructors

Link copied to clipboard
expect constructor(rootPath: String)
actual constructor(rootPath: String)

Properties

Link copied to clipboard
val rootPath: String
val rootPath: String

Functions

Link copied to clipboard
abstract fun rootAccountPath(userId: <Error class: unknown class>): String
open override fun rootAccountPath(userId: <Error class: unknown class>): String
Link copied to clipboard
abstract fun rootMLSPath(userId: <Error class: unknown class>): String
open override fun rootMLSPath(userId: <Error class: unknown class>): String
Link copied to clipboard
abstract fun rootProteusPath(userId: <Error class: unknown class>): String
open override fun rootProteusPath(userId: <Error class: unknown class>): String