public interface AppLovinPostbackService
While we provide this service primarily as a convenience for native ad tracking URLs, you are welcome to use it for any postbacks you need to dispatch. Postbacks dispatched from this service happen in a asynchronous task.
| Modifier and Type | Method and Description |
|---|---|
void |
dispatchPostbackAsync(java.lang.String targetUrl,
AppLovinPostbackListener postbackListener)
Dispatch a postback to a given URL.
|
void dispatchPostbackAsync(java.lang.String targetUrl,
AppLovinPostbackListener postbackListener)
targetUrl - URL to call via HTTP GET.postbackListener - Optional listener. May be null.