com.ng.gdxutils.services.AdServices Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gdx-utils Show documentation
Show all versions of gdx-utils Show documentation
A java library that used over libGdx game framework.
The newest version!
package com.ng.gdxutils.services;
/**
* (c) 2016 Abhishek Aryan
*
* @author Abhishek Aryan
* @since 24-07-2016
*
*/
public interface AdServices extends IServices {
void showTopAd(boolean isShow);
void showBottomAd(boolean isShow);
void showFullPageAd();
boolean closeFullPageAd();
boolean isFullPageAdVisible();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy