io.github.honoriuss.blossom.interfaces.ITrackingParameterProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tracking-blossom Show documentation
Show all versions of tracking-blossom Show documentation
Track your app nice and convenient
package io.github.honoriuss.blossom.interfaces;
import java.util.HashMap;
public interface ITrackingParameterProvider { //TODO better name
HashMap getBaseParameters();
}