ALPostbackService Class Reference

Inherits from NSObject
Declared in ALPostbackService.h

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.

– dispatchPostbackAsync:andNotify:

Dispatch a postback to a given URL.

- (void)dispatchPostbackAsync:(NSURL *)targetURL andNotify:(nullable id<ALPostbackDelegate>)delegate

Parameters

targetURL

URL to call via HTTP GET.

delegate

Optional postback delegate. May be nil.

Discussion

Dispatch a postback to a given URL.

Declared In

ALPostbackService.h