ReferenceInterfaces
SendConfirmedPush
Defined in: packages/protocol/src/types.ts:168
SendConfirmed push: a direct message was acknowledged, with the round trip time.
Extends
PushBase
Properties
ack
ack: number;Defined in: packages/protocol/src/types.ts:170
kind
kind: "push";Defined in: packages/protocol/src/types.ts:57
Inherited from
PushBase.kindroundTripMs
roundTripMs: number;Defined in: packages/protocol/src/types.ts:171
type
type: "sendConfirmed";Defined in: packages/protocol/src/types.ts:169