com.adjust.sdk.SdkClickResponseData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of adjust-android-criteo Show documentation
Show all versions of adjust-android-criteo Show documentation
The Criteo plugin for Adjust SDK for Android
package com.adjust.sdk;
/**
* Created by nonelse on 24.04.17.
*/
public class SdkClickResponseData extends ResponseData {
boolean isInstallReferrer;
long clickTime;
long installBegin;
String installReferrer;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy