All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.com.wisetrack.sdk.IAttributionHandler.kt Maven / Gradle / Ivy

There is a newer version: 1.5.3
Show newest version
package com.wisetrack.sdk

import com.wisetrack.sdk.network.IActivityPackageSender

/**
@author hamed (@hamed-hsb)
 * @since 09th October 2021
 */

interface IAttributionHandler {
    fun init(
        activityHandler: IActivityHandler,
        startsSending: Boolean,
        attributionHandlerActivityPackageSender: IActivityPackageSender
    )

    fun checkSessionResponse(sessionResponseData: SessionResponseData)
    fun checkSdkClickResponse(sdkClickResponseData: SdkClickResponseData)
    fun pauseSending()
    fun resumeSending()
    fun getAttribution()
    fun teardown()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy