bufferSize constant

int? const bufferSize

bufferSize defines the maximum number of events in memory before auto-sending If null, only time-based sending is used. Recommended: 50-200 events

Implementation

static const int? bufferSize = null;