Package com.intentsoftware.addapptr
Interface AATKitConfiguration.ReportsDelegate
-
- All Implemented Interfaces:
public interface AATKitConfiguration.ReportsDelegateNotifies about placement reporting being sent.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonReportsSent(String report)Notifies that the report has been sent. -
-
Method Detail
-
onReportsSent
abstract Unit onReportsSent(String report)
Notifies that the report has been sent.
- Parameters:
report- Report data.
-
-
-
-