com.adjust.sdk.AdjustTestOptions 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;
import android.content.Context;
/**
* Created by nonelse on 08.01.2018
*/
public class AdjustTestOptions {
public Context context;
public String baseUrl;
public String gdprUrl;
public String basePath;
public String gdprPath;
public Boolean useTestConnectionOptions;
public Long timerIntervalInMilliseconds;
public Long timerStartInMilliseconds;
public Long sessionIntervalInMilliseconds;
public Long subsessionIntervalInMilliseconds;
public Boolean teardown;
public Boolean tryInstallReferrer;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy