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

com.adjust.sdk.plugin.Plugin Maven / Gradle / Ivy

There is a newer version: 4.38.5
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy