kalium
common
logic
/
com.wire.kalium.logic.feature.session
/
DoesValidSessionExistUseCase
Does
Valid
Session
Exist
Use
Case
class
DoesValidSessionExistUseCase
(
sessionRepository
:
SessionRepository
)
This use case will return the information whether the valid session exists for a given user id.
Members
Constructors
Does
Valid
Session
Exist
Use
Case
Link copied to clipboard
constructor
(
sessionRepository
:
SessionRepository
)
Functions
invoke
Link copied to clipboard
suspend operator
fun
invoke
(
userId
:
<Error class: unknown class>
)
:
DoesValidSessionExistResult