Package com.amplitude.core
Types
Link copied to clipboard
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
Link copied to clipboard
typealias EventCallBack = (BaseEvent, status: Int, message: String) -> Unit
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard