kalium
common
jvm
logic
/
com.wire.kalium.logic.di
/
PlatformRootPathsProvider
Platform
Root
Paths
Provider
common
jvm
expect
class
PlatformRootPathsProvider
(
val
rootPath
:
String
)
:
RootPathsProvider
actual
class
PlatformRootPathsProvider
(
val
rootPath
:
String
)
:
RootPathsProvider
Members
Constructors
Platform
Root
Paths
Provider
Link copied to clipboard
common
jvm
expect
constructor
(
rootPath
:
String
)
actual
constructor
(
rootPath
:
String
)
Properties
root
Path
Link copied to clipboard
common
jvm
val
rootPath
:
String
val
rootPath
:
String
Functions
root
Account
Path
Link copied to clipboard
common
jvm
abstract
fun
rootAccountPath
(
userId
:
<Error class: unknown class>
)
:
String
open
override
fun
rootAccountPath
(
userId
:
<Error class: unknown class>
)
:
String
root
MLSPath
Link copied to clipboard
common
jvm
abstract
fun
rootMLSPath
(
userId
:
<Error class: unknown class>
)
:
String
open
override
fun
rootMLSPath
(
userId
:
<Error class: unknown class>
)
:
String
root
Proteus
Path
Link copied to clipboard
common
jvm
abstract
fun
rootProteusPath
(
userId
:
<Error class: unknown class>
)
:
String
open
override
fun
rootProteusPath
(
userId
:
<Error class: unknown class>
)
:
String