List of usage examples for org.apache.cordova CordovaPlugin subclass-usage
From source file com.radaee.cordova.RadaeePDFPlugin.java
public class RadaeePDFPlugin extends CordovaPlugin { private Document mDocument; private boolean showPdfInProgress; /**
From source file com.rareloop.cordova.appversion.RareloopAppVersion.java
/** * Cordova plugin that allows for an arbitrarly sized and positioned WebView to be shown ontop of the canvas */ public class RareloopAppVersion extends CordovaPlugin { private static final String TAG = "RareloopAppVersion";
From source file com.rasrin.locale.formatter.plugin.LocaleFormatter.java
public class LocaleFormatter extends CordovaPlugin { @Override public boolean execute(String action, JSONArray args, CallbackContext callbackContext) throws JSONException { try {
From source file com.rduk.security.Security.java
public class Security extends CordovaPlugin { private interface SecurityOp { void run(JSONArray args) throws Exception; }
From source file com.redant.cordova.beacons.Beacons.java
public class Beacons extends CordovaPlugin implements IBeaconConsumer { public static final String TAG = "com.redant.cordova.beacons"; private IBeaconManager iBeaconManager; private BlockingQueue<Runnable> queue;
From source file com.redapesolutions.syncnow.SyncNow.java
/** * This class echoes a string called from JavaScript. */ public class SyncNow extends CordovaPlugin { private String mLicenseKey = "license", mNumIdentifierBitsKey = "identifierBits", mNumTimeStampBitsKey = "mNumTimeStampBits", mTimeStampLoopKey = "mTimeStampLoop";
From source file com.remcob00.cordova.youtube.YouTube.java
public class YouTube extends CordovaPlugin { @Override public boolean execute(String action, JSONArray args, CallbackContext callbackContext) throws JSONException { cordova.setActivityResultCallback(YouTube.this);
From source file com.revolution.cordova.plugin.ad.vungle.Util.java
public class Vungle extends CordovaPlugin { private final String LOG_TAG = "Vungle"; private CallbackContext callbackContextKeepCallback; // // get the VunglePub instance
From source file com.ripperdesignandmultimedia.phoneblockplugin.PhoneBlockerPlugin.java
public class PhoneBlockerPlugin extends CordovaPlugin { public static final String TYPE_NONE = "NONE"; private static final String LOG_TAG = "PhoneBlocker"; private String phoneBlockerCallbackId;
From source file com.rjfun.cordova.sms.SMSPlugin.java
public class SMSPlugin extends CordovaPlugin { private static final String LOGTAG = "SMSPlugin"; public static final String ACTION_SET_OPTIONS = "setOptions"; private static final String ACTION_START_WATCH = "startWatch"; private static final String ACTION_STOP_WATCH = "stopWatch";