Example usage for org.apache.cordova CordovaPlugin subclass-usage

List of usage examples for org.apache.cordova CordovaPlugin subclass-usage

Introduction

In this page you can find the example usage for org.apache.cordova CordovaPlugin subclass-usage.

Usage

From source file com.cranberrygame.cordova.plugin.ad.admob.Util.java

public class AdsIndyJava extends CordovaPlugin {
    private static final String LOG_TAG = "AdsIndyJava";
    //
    private AdsIndy myAdsIndy;
    private String adUnit;
    private String adUnitFullScreen;

From source file com.cranberrygame.cordova.plugin.ad.appodeal.Util.java

public class AppodealPlugin extends CordovaPlugin {
    private static final String LOG_TAG = "AppodealPlugin";
    private CallbackContext callbackContextKeepCallback;
    //
    protected String email;
    protected String licenseKey;

From source file com.cranberrygame.cordova.plugin.ad.chartboost.Util.java

public class ChartboostPlugin extends CordovaPlugin {
    private static final String LOG_TAG = "ChartboostPlugin";
    private CallbackContext callbackContextKeepCallback;
    //
    protected String email;
    protected String licenseKey;

From source file com.cranberrygame.cordova.plugin.ad.revmob.Plugin.java

public class RevMobPlugin extends CordovaPlugin implements PluginDelegate, Plugin {
    private static final String LOG_TAG = "RevMobPlugin";
    protected CallbackContext callbackContextKeepCallback;
    //
    protected PluginDelegate pluginDelegate;
    //

From source file com.cranberrygame.cordova.plugin.ad.unityads.Util.java

public class UnityAdsPlugin extends CordovaPlugin {
    private static final String LOG_TAG = "UnityAdsPlugin";
    private CallbackContext callbackContextKeepCallback;
    //
    protected String email;
    protected String licenseKey;

From source file com.cranberrygame.cordova.plugin.ad.vungle.Util.java

public class Vungle extends CordovaPlugin {
    private final String LOG_TAG = "Vungle";
    private CallbackContext callbackContextKeepCallback;
    //
    protected String email;
    protected String licenseKey;

From source file com.cranberrygame.cordova.plugin.exitappatsecond.ExitAppAtSecond.java

public class ExitAppAtSecond extends CordovaPlugin {
    //back key exit method2: back key twice
    private long lastPressedTime;
    private static final int PERIOD = 2000;

    @Override

From source file com.cranberrygame.cordova.plugin.game.Util.java

public class Game extends CordovaPlugin implements GameHelper.GameHelperListener {
    private String LOG_TAG = "Game";
    private GameHelper mHelper;
    private CallbackContext loginCC;
    private CallbackContext getPlayerImageCC;
    private CallbackContext getPlayerScoreCC;

From source file com.cranberrygame.cordova.plugin.InstallApp.java

public class InstallApp extends CordovaPlugin {
    private static final String LOG_TAG = "InstallApp";

    public void initialize(CordovaInterface cordova, CordovaWebView webView) {
        super.initialize(cordova, webView);
    }

From source file com.cranberrygame.cordova.plugin.navigationbar.NavigationBar.java

public class NavigationBar extends CordovaPlugin {
    private static final String LOG_TAG = "NavigationBar";

    public void initialize(CordovaInterface cordova, CordovaWebView webView) {
        super.initialize(cordova, webView);