Skip to content

Instantly share code, notes, and snippets.

@jwyseu
jwyseu / Banner
Last active December 16, 2015 12:28
Implementation of class-based integration of tapfortap in mopub as described at https://github.com/mopub/mopub-client/wiki/CustomEventsAndroid
package com.mopub.mobileads;
import java.util.Map;
import android.content.Context;
import com.tapfortap.TapForTap;
public class TapForTapCustomEventBanner extends CustomEventBanner implements com.tapfortap.AdView.AdViewListener {
private com.tapfortap.AdView tapForTapAdView;