Created
June 17, 2013 12:02
-
-
Save codeinvain/5796381 to your computer and use it in GitHub Desktop.
displaying pingjam opt-in screen from android activity (java)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.. | |
.. | |
public void onCreate(Bundle savedInstanceState) { | |
super.onCreate(savedInstanceState); | |
setContentView(R.layout.main_activity); | |
AdRock adrock = AdRock.getInstance(this); | |
adrock.register(this,new OptInDialogOptions(OptInDialogOptions.TYPE_MODAL,OptInDialogOptions.THEME_LIGHT)); | |
} | |
.. | |
.. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment