Back to project page snakk-ads-android-sample-app.
The source code is released under:
Copyright (c) 2012, Snakk! Media Group All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are m...
If you think the Android project snakk-ads-android-sample-app listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.snakk.adview; /*from ww w.j a va 2 s .c o m*/ import android.content.Context; /** * @deprecated * This class is deprecated and should not be used. Calls to this method will * be ignored by the ad server. */ @Deprecated public class AdFullscreenView extends DeprecatedInterstitialBaseView { public AdFullscreenView(Context context, String zone) { super(context, zone); } }