
com.amplitude.id.IdentityConfiguration.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of analytics-core Show documentation
Show all versions of analytics-core Show documentation
Amplitude Kotlin Core library
The newest version!
package com.amplitude.id
import com.amplitude.common.Logger
import java.io.File
/**
* Configuration used to initialize identity.
*/
data class IdentityConfiguration(
val instanceName: String,
val apiKey: String? = null,
val experimentApiKey: String? = null,
val identityStorageProvider: IdentityStorageProvider,
val storageDirectory: File,
val fileName: String,
val logger: Logger? = null
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy