Configuration
open class Configuration @JvmOverloads constructor(apiKey: String, flushQueueSize: Int, flushIntervalMillis: Int, instanceName: String, optOut: Boolean, storageProvider: StorageProvider, loggerProvider: LoggerProvider, minIdLength: Int?, partnerId: String?, callback: EventCallBack?, flushMaxRetries: Int, useBatch: Boolean, serverZone: ServerZone, serverUrl: String?, plan: Plan?, ingestionMetadata: IngestionMetadata?, identifyBatchIntervalMillis: Long, identifyInterceptStorageProvider: StorageProvider)
Content copied to clipboard