
com.amplitude.core.events.IdentifyEvent.kt Maven / Gradle / Ivy
package com.amplitude.core.events
import com.amplitude.core.Constants
open class IdentifyEvent : BaseEvent() {
override var eventType = Constants.IDENTIFY_EVENT
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy