Skip to content

Instantly share code, notes, and snippets.

@Sumolari
Created April 18, 2016 16:25
Show Gist options
  • Save Sumolari/1f2ad68bb4e121b4c272173ea473dc71 to your computer and use it in GitHub Desktop.
Save Sumolari/1f2ad68bb4e121b4c272173ea473dc71 to your computer and use it in GitHub Desktop.
Interstitial demo with MawKit
#include "MawKit/AdKit.hpp"
constexpr const char*ADMOB_INTERSTITIAL_ID = "";
void prepareAds() {
MK::AdKit::init( ADMOB_INTERSTITIAL_ID );
}
void showMyInterstitial() {
MK::AdKit::showInterstitial( ADMOB_INTERSTITIAL_ID );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment