com.applovin.sdk.AppLovinPostbackService |
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.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
dispatchPostbackAsync(String targetUrl, AppLovinPostbackListener postbackListener)
Dispatch a postback to a given URL.
|
Dispatch a postback to a given URL.
targetUrl | URL to call via HTTP GET. |
---|---|
postbackListener | Optional listener. May be null. |