Skip to content

Instantly share code, notes, and snippets.

@jesevis
Created October 19, 2016 10:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jesevis/3901fa488a54c10d0438d7f586744852 to your computer and use it in GitHub Desktop.
Save jesevis/3901fa488a54c10d0438d7f586744852 to your computer and use it in GitHub Desktop.
using UnityEngine;
using System.Collections;
public class ButtonScript : MonoBehaviour
{
public void HideBannerClicked()
{
Interop.HideBannerAd();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment