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.intel.xdk.player.Player.java

public class Player extends CordovaPlugin {
    private boolean playingPodcast = false;
    private boolean playingAudio = false;
    public MediaPlayer mediaPlayer = null;
    public String soundName;

From source file com.ionicsdk.discovery.Discovery.java

public class Discovery extends CordovaPlugin {
    public static final String TAG = "Discovery";

    public static final String SERVICE_TYPE = "_http._tcp.";
    public static final String mServiceName = "ionicview";

From source file com.ironsmile.cordova.mediaevents.MediaEventListener.java

public class MediaEventListener extends CordovaPlugin {

    private static final String LOG_TAG = "MediaEvents";

    BroadcastReceiver receiver;

From source file com.isodevelopers.MusePlugin.MusePlugin.java

/**
 * Plugins must extend this class and override one of the execute methods.
 */
public class MusePlugin extends CordovaPlugin {

    private ConnectionListener conn;

From source file com.istudy.jsplugin.Istudy.java

public class Istudy extends CordovaPlugin {
    public static final String TAG = "Istudy";

    /**
     * Constructor.
     */

From source file com.jamiealtizer.cordova.inappbrowser.InAppBrowser.java

@SuppressLint("SetJavaScriptEnabled")
public class InAppBrowser extends CordovaPlugin {

    private static final String NULL = "null";
    protected static final String LOG_TAG = "InAppBrowser";
    private static final String SELF = "_self";

From source file com.jareddickson.cordova.tagmanager.CDVTagManager.java

/**
 * This class echoes a string called from JavaScript.
 */
public class CDVTagManager extends CordovaPlugin {

    private Container mContainer;

From source file com.jcesarmobile.plusonebutton.PlusOneButtonPlugin.java

/**
* This class exposes methods in Cordova that can be called from JavaScript.
*/
public class PlusOneButtonPlugin extends CordovaPlugin {

    private PlusOneButton mPlusOneButton = null;

From source file com.jean1880.CookieJar.CookieJar.java

/**
 * Handles interaction with cookies for Cordova
 * @class Cookies
 * @uses CordovaPlugin
 */
public class CookieJar extends CordovaPlugin {

From source file com.jfpal.cordova.device.SNS.java

public class SNS extends CordovaPlugin {
    public static final String TAG = "SNS";

    /**
     * Constructor.
     */