com.adjust.sdk.AdjustEventSuccess 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 org.json.JSONObject;
import java.util.Locale;
/**
* Created by pfms on 04/01/16.
*/
public class AdjustEventSuccess {
public String message;
public String timestamp;
public String adid;
public String eventToken;
public JSONObject jsonResponse;
@Override
public String toString() {
return Util.formatString("Event Success msg:%s time:%s adid:%s event:%s json:%s",
message, timestamp, adid, eventToken, jsonResponse);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy