kalium
common
logic
/
com.wire.kalium.logic.feature.debug
/
BrokenState
Broken
State
data
class
BrokenState
(
val
invalidHash
:
Boolean
,
val
otherHash
:
Boolean
,
val
otherAlgorithm
:
Boolean
)
Members
Constructors
Broken
State
Link copied to clipboard
constructor
(
invalidHash
:
Boolean
,
otherHash
:
Boolean
,
otherAlgorithm
:
Boolean
)
Properties
invalid
Hash
Link copied to clipboard
val
invalidHash
:
Boolean
other
Algorithm
Link copied to clipboard
val
otherAlgorithm
:
Boolean
other
Hash
Link copied to clipboard
val
otherHash
:
Boolean