Ashutosh
Results
1
comments of
Ashutosh
import com.apptracker.android.listener.AppModuleListener; import com.apptracker.android.track.AppTracker; // Interface for AdType public interface AdType { String getLocation(); } // Enum for Ad Locations public enum AdLocation implements AdType { INTERSTITIAL("inapp"), VIDEO("video"); private final...