OnPaidEventListener

public interface OnPaidEventListener

Interface definition for a callback to be invoked when an ad is estimated to have earned money.

Public Method Summary

abstract void
onPaidEvent(AdValue value)
Called when an ad is estimated to have earned money.

Public Methods

public abstract void onPaidEvent (AdValue value)

Called when an ad is estimated to have earned money.