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

com.facebook.ads.sdk.serverside.HttpServiceInterface Maven / Gradle / Ivy

package com.facebook.ads.sdk.serverside;

import com.facebook.ads.sdk.AdsPixel;

import java.util.Map;

public interface HttpServiceInterface {
  public EventResponse executeRequest(
      String url,
      HttpMethodEnum httpMethod,
      Map headers,
      HttpServiceParams params
  );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy