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.cordova.plugins.fileopener.FileOpener.java

public class FileOpener extends CordovaPlugin {

    @Override
    public boolean execute(String action, JSONArray args, CallbackContext callbackContext) throws JSONException {

        try {

From source file com.cordova.plugins.startapp.StartApp.java

/**
 * Launches an external application.
 *
 * @author Dmitry Medvinsky <dmedvinsky@gmail.com>
 * @license MIT/X11
 */

From source file com.cordova.voicelayer.VoiceLayerIo.java

/**
 * This class provides access to voicelayer.io API's on the device.
 * It uses all the available API's present in 3.4.0
 * https://developers.voicelayer.io/docs/main/android/downloads.html
 */
public class VoiceLayerIo extends CordovaPlugin {

From source file com.corumgaz.mobilsayac.VoiceRecognizer.VoiceRecognizer.java

/**
 * Style and such borrowed from the TTS and PhoneListener plugins
 */
public class VoiceRecognizer extends CordovaPlugin {
    private static final String LOG_TAG = VoiceRecognizer.class.getSimpleName();
    private static int REQUEST_CODE = 1001;

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

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

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

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

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

public class Admob extends CordovaPlugin {
    private static final String LOG_TAG = "Admob";
    //
    private String adUnit;
    private String adUnitFullScreen;
    private boolean isOverlap;

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

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

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

public class Admob extends CordovaPlugin {
    private static final String LOG_TAG = "Admob";
    //
    private String adUnit;
    private String adUnitFullScreen;
    private boolean isOverlap;

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

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