All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.codename1.admob.AdMobNative Maven / Gradle / Ivy

/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package com.codename1.admob;

import com.codename1.system.NativeInterface;

/**
 *
 * @author RAM
 */
public interface AdMobNative extends NativeInterface {
    /**
     * Method javadoc information
     */
    public void init(String adID);
    /**
     * Method javadoc information
     */
    public boolean loadAd();
    /**
     * Method javadoc information
     */
    public boolean isLoaded();
    /**
     * Method javadoc information
     */
    public void showAd();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy