kalium
common
protobuf
/
com.wire.kalium.protobuf.otr
/
QualifiedNewOtrMessage
/
ClientMismatchStrategy
Client
Mismatch
Strategy
sealed
class
ClientMismatchStrategy
<
V
>
Inheritors
ReportAll
IgnoreAll
ReportOnly
IgnoreOnly
Members
Types
Ignore
All
Link copied to clipboard
class
IgnoreAll
(
ignoreAll
:
ClientMismatchStrategy.IgnoreAll
)
:
QualifiedNewOtrMessage.ClientMismatchStrategy
<
ClientMismatchStrategy.IgnoreAll
>
Ignore
Only
Link copied to clipboard
class
IgnoreOnly
(
ignoreOnly
:
ClientMismatchStrategy.IgnoreOnly
)
:
QualifiedNewOtrMessage.ClientMismatchStrategy
<
ClientMismatchStrategy.IgnoreOnly
>
Report
All
Link copied to clipboard
class
ReportAll
(
reportAll
:
ClientMismatchStrategy.ReportAll
)
:
QualifiedNewOtrMessage.ClientMismatchStrategy
<
ClientMismatchStrategy.ReportAll
>
Report
Only
Link copied to clipboard
class
ReportOnly
(
reportOnly
:
ClientMismatchStrategy.ReportOnly
)
:
QualifiedNewOtrMessage.ClientMismatchStrategy
<
ClientMismatchStrategy.ReportOnly
>