kalium
common
logic
/
com.wire.kalium.logic.feature.legalhold
/
ObserveLegalHoldRequestUseCase
/
Result
/
LegalHoldRequestAvailable
Legal
Hold
Request
Available
data
class
LegalHoldRequestAvailable
(
val
fingerprint
:
ByteArray
)
:
ObserveLegalHoldRequestUseCase.Result
Members
Constructors
Legal
Hold
Request
Available
Link copied to clipboard
constructor
(
fingerprint
:
ByteArray
)
Properties
fingerprint
Link copied to clipboard
val
fingerprint
:
ByteArray
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int