kalium
common
logic
/
com.wire.kalium.logic.data.event
/
EventEnvelope
Event
Envelope
data
class
EventEnvelope
(
val
event
:
Event
,
val
deliveryInfo
:
EventDeliveryInfo
)
A wrapper that joins
Event
with its
EventDeliveryInfo
.
Members
Constructors
Event
Envelope
Link copied to clipboard
constructor
(
event
:
Event
,
deliveryInfo
:
EventDeliveryInfo
)
Properties
delivery
Info
Link copied to clipboard
val
deliveryInfo
:
EventDeliveryInfo
event
Link copied to clipboard
val
event
:
Event
Functions
to
Log
Map
Link copied to clipboard
fun
toLogMap
(
)
:
Map
<
String
,
Any
?
>
to
Log
String
Link copied to clipboard
fun
toLogString
(
)
:
String
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String