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.affinity.cordova.adcolony.AdColonyPlugin.java

/**
 * This class defines the native implementation of the AdColony Cordova plugin.
 */
public class AdColonyPlugin extends CordovaPlugin
        implements AdColonyAdListener, AdColonyAdAvailabilityListener, AdColonyV4VCListener {

From source file com.afreire.plugins.video.VideoPlayer.java

public class VideoPlayer extends CordovaPlugin {
    private static final String YOU_TUBE = "youtube.com";
    private static final String ASSETS = "file:///android_asset/";
    private static final String VIDEO_FILE_NAME = "video2play.mp4";

    @Override

From source file com.alexdisler.inapppurchases.InAppBillingV3.java

public class InAppBillingV3 extends CordovaPlugin {

    protected static final String TAG = "google.payments";

    public static final int OK = 0;
    public static final int INVALID_ARGUMENTS = -1;

From source file com.alexdisler.inapppurchases.InAppBillingV6.java

public class InAppBillingV6 extends CordovaPlugin {

    public static final int BILLING_API_VERSION = 6;

    protected static final String TAG = "google.payments";

From source file com.amazon.cordova.plugin.PushPlugin.java

public class PushPlugin extends CordovaPlugin {

    private static String TAG = "PushPlugin";
    /**
     * @uml.property name="adm"
     * @uml.associationEnd

From source file com.ameyanaik.cordova.fetch.AmeyaIP.java

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

    public static String targetUrl = "http://www.ameyanaik.com";

    /**

From source file com.android.plugins.GyroscopeListener.java

/**
 * This class listens to the gyroscope sensor and stores the latest
 * speed value.
 */
public class GyroscopeListener extends CordovaPlugin implements SensorEventListener {

From source file com.android.plugins.MagnetometerListener.java

/**
 * This class listens to the magnetometer sensor and stores the latest
 * speed value.
 */
public class MagnetometerListener extends CordovaPlugin implements SensorEventListener {

From source file com.anycourse.plugin.Bridge.java

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

     CallbackContext callback;

     String country, phone;

From source file com.anycourse.sms.Sms.java

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

    public static String platform; // Device OS
    public static String uuid; // Device UUID