Skip to content

Instantly share code, notes, and snippets.

@Majirefy
Created March 20, 2017 01:51
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 Majirefy/85ec0a2a640f2decff51d90df807a5d5 to your computer and use it in GitHub Desktop.
Save Majirefy/85ec0a2a640f2decff51d90df807a5d5 to your computer and use it in GitHub Desktop.
class AndroidGameEventListener : GameEventListener {
private lateinit var context: Context
private val SHOW = 1
private val HIDE = 0
private var adView: AdView? = null
private var interstitialAd: InterstitialAd
private var handler: Handler? = null
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment