List of usage examples for org.apache.cordova CordovaPlugin subclass-usage
From source file com.footprint.cordova.plugin.localnotification.LocalNotification.java
/**
* This plugin utilizes the Android AlarmManager in combination with StatusBar
* notifications. When a local notification is scheduled the alarm manager takes
* care of firing the event. When the event is processed, a notification is put
* in the Android status bar.
*/
From source file com.foxit.cordova.plugin.FoxitPdf.java
/** * This class echoes a string called from JavaScript. */ public class FoxitPdf extends CordovaPlugin { private static final String RDK_DOCSAVED_EVENT = "onDocSaved"; private static final String RDK_DOCWILLSAVE_EVENT = "onDocWillSave";
From source file com.frostytornado.cordova.plugin.ad.admob.Plugin.java
public class Admob extends CordovaPlugin implements PluginDelegate, Plugin { protected static final String LOG_TAG = "Admob"; protected CallbackContext callbackContextKeepCallback; // protected PluginDelegate pluginDelegate;
From source file com.gabfiocchi.cordova.plugin.browsertab.BrowserTab.java
/** * Cordova plugin which provides the ability to launch a URL in an * in-app browser tab. On Android, this means using the custom tabs support * library, if a supporting browser (e.g. Chrome) is available on the device. */ public class BrowserTab extends CordovaPlugin {
From source file com.gaojin.htapp.qrcode.BarcodeScanner.java
/** * This calls out to the ZXing barcode reader and returns the result. * * @sa https://github.com/apache/cordova-android/blob/master/framework/src/org/apache/cordova/CordovaPlugin.java */ public class BarcodeScanner extends CordovaPlugin {
From source file com.gft.cordova.plugins.assetcrypt.AssetCrypt.java
public class AssetCrypt extends CordovaPlugin { final static String TAG = "AssetCrypt"; final private String _PASSWORD_ = "android"; private byte[] key;
From source file com.gft.cordova.plugins.trustdevice.TrustedDevicePlugin.java
/**
* @author Kevin Kowalewski
* @author Jimmy Liao
* @author Marga Parets
* @author Francisco Javier Martin Bueno
* @author Jordi Murgo
From source file com.ginasystem.plugins.notification.MessengerNotification.java
public class MessengerNotification extends CordovaPlugin { protected final static String PLUGIN_NAME = "MessengerNotification"; public static final String OPTIONS = "MESSENGER_NOTIFICATION_OPTIONS"; private static CordovaWebView webView = null;
From source file com.github.cnanders.cordova3video.VideoPlayer.java
public class VideoPlayer extends CordovaPlugin { private static final String YOU_TUBE = "youtube.com"; private static final String ASSETS = "file:///android_asset/"; @Override public boolean execute(String action, JSONArray args, CallbackContext callbackContext) {
From source file com.github.michaelins.lightstatusbar.LightStatusBar.java
public class LightStatusBar extends CordovaPlugin { private static final String TAG = "LightStatusBar"; /** * Executes the request and returns PluginResult.