Skip to content

Interface: NativeEventMeta

Defined in: Calls.types.ts:20

Metadata attached to every native event.

Properties

flushed

ts
flushed: boolean;

Defined in: Calls.types.ts:22

Whether the event was flushed from queue (true) or sent in real-time (false)


timestamp

ts
timestamp: string;

Defined in: Calls.types.ts:24

ISO8601 timestamp of when the event was created

Released under the MIT License.