Package com.amplitude.id
Types
Link copied to clipboard
class FileIdentityStorage(configuration: IdentityConfiguration) : IdentityStorage
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class IdentityConfiguration(instanceName: String, apiKey: String?, experimentApiKey: String?, identityStorageProvider: IdentityStorageProvider, storageDirectory: File?, logger: Logger?)
Content copied to clipboard
Configuration used to initialize identity.
Link copied to clipboard
Identify Container manages the identity like user id and device id, shared by both Analytics and Experiment.
Link copied to clipboard
Link copied to clipboard
Identity Manager manages the identity for certain instance.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
In Memory Identity Storage
Link copied to clipboard
In Memory Identity Storage Provider