IdentifyInterceptor

class IdentifyInterceptor(storage: Storage, amplitude: Amplitude, logger: Logger, configuration: Configuration, plugin: AmplitudeDestination)

IdentifyInterceptor This is the internal class for handling identify events intercept and optimize identify volumes.

Constructors

Link copied to clipboard
fun IdentifyInterceptor(storage: Storage, amplitude: Amplitude, logger: Logger, configuration: Configuration, plugin: AmplitudeDestination)

Functions

Link copied to clipboard
suspend fun intercept(event: BaseEvent): BaseEvent?

Intercept the event if it is identify with set action.

Link copied to clipboard
suspend fun transferInterceptedIdentify()