
com.amplitude.id.IdentityStorage.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
interface IdentityStorage {
fun load(): Identity
fun saveUserId(userId: String?)
fun saveDeviceId(deviceId: String?)
fun delete()
}
interface IdentityStorageProvider {
fun getIdentityStorage(configuration: IdentityConfiguration): IdentityStorage
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy