Interface LogListener


public interface LogListener
Accepts log messages from AdRequester and Tracker. Implement this and pass to AdRequester.addLogListener(LogListener) and/or Tracker.addLogListener(LogListener) to receive log messages.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onLog(LogItem logItem)
    Called whenever the object this listener is attached to emits a log message.
  • Method Details

    • onLog

      void onLog(LogItem logItem)
      Called whenever the object this listener is attached to emits a log message.
      Parameters:
      logItem - An item containing information on the logged message.