com.adjust.sdk.plugin.Plugin 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.plugin;
import android.content.Context;
import java.util.Map;
/**
* Created by pfms on 18/09/14.
*/
public interface Plugin {
Map.Entry getParameter(Context context);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy