Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 972 Bytes

File metadata and controls

21 lines (13 loc) · 972 Bytes

Home > @snowplow/react-native-tracker > EventStoreConfiguration

EventStoreConfiguration interface

Configuration for the event store

Signature:

export interface EventStoreConfiguration 

Properties

Property Type Description
maxEventStoreSize? number (Optional) The maximum amount of events that will be buffered in the event storeWill drop events once the limit is hit
useAsyncStorageForEventStore? boolean (Optional) Whether to use the AsyncStorage library as the persistent event store for the event store