public interface

AppLovinPostbackService

com.applovin.sdk.AppLovinPostbackService

Class Overview

Defines an AppLovin service which can be used to dispatch HTTP GET postbacks to arbitrary URLs.

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.

Summary

Public Methods
abstract void dispatchPostbackAsync(String targetUrl, AppLovinPostbackListener postbackListener)
Dispatch a postback to a given URL.

Public Methods

public abstract void dispatchPostbackAsync (String targetUrl, AppLovinPostbackListener postbackListener)

Dispatch a postback to a given URL.

Parameters
targetUrl URL to call via HTTP GET.
postbackListener Optional listener. May be null.