EventStoreManager

constructor(filenameSuffix: String, context: Context, encryptionKey: String)

Parameterized constructor.

Parameters

filenameSuffix

Filename suffix to uniquely identify this batch of events. Typically this would be used to batch events for a user or an org.

context

Context.

encryptionKey

Encryption key (must be Base 64 encoded).