kalium
common
network
/
com.wire.kalium.network.api.base.authenticated.notification
/
WebSocketEvent
/
Open
Open
data
class
Open
<
BinaryPayloadType
>
(
val
shouldProcessPendingEvents
:
Boolean
=
true
)
:
WebSocketEvent
<
BinaryPayloadType
>
Since
API v8
Members
Constructors
Open
Link copied to clipboard
constructor
(
shouldProcessPendingEvents
:
Boolean
=
true
)
Properties
should
Process
Pending
Events
Link copied to clipboard
val
shouldProcessPendingEvents
:
Boolean
=
true
if false, the client should skip pending events, due to new async notifications.