Home > @snowplow/react-native-tracker > EventStoreIterator
EventStoreIterator allows iterating over all events in the store.
Signature:
interface EventStoreIterator | Property | Type | Description |
|---|---|---|
| next | () => Promise<EventStoreIteratorNextResult> | Retrieve the next event in the store |