kalium
Toggle table of contents
5c2fee6
common
Platform filter
common
Switch theme
Search in API
kalium
logic
/
com.wire.kalium.logic.feature.auth
/
IsNomadProfilesEnabledUseCase
/
Result
Result
sealed
interface
Result
Inheritors
Success
Failure
Members
Types
Failure
Link copied to clipboard
data
class
Failure
(
val
error
:
<Error class: unknown class>
)
:
IsNomadProfilesEnabledUseCase.Result
Success
Link copied to clipboard
data
class
Success
(
val
isEnabled
:
Boolean
)
:
IsNomadProfilesEnabledUseCase.Result