List of usage examples for org.apache.cordova CordovaPlugin subclass-usage
From source file com.sharinglabs.cordova.plugin.cache.Cache.java
@TargetApi(19) public class Cache extends CordovaPlugin { private static final String LOG_TAG = "Cache"; private CallbackContext callbackContext; /**
From source file com.shenyun.statistics.plugins.ShenYunDataPlugin.java
/** * This class provides access to vibration on the device. */ public class ShenYunDataPlugin extends CordovaPlugin { private Activity activity;
From source file com.simplec.phonegap.plugins.otaupdater.OTAUpdater.java
public class OTAUpdater extends CordovaPlugin { protected static final String LOG_TAG = "OTAUpdater"; @Override public void initialize(CordovaInterface cordova, CordovaWebView webView) {
From source file com.simplec.phonegap.plugins.videoplayer.VideoPlayer.java
public class VideoPlayer extends CordovaPlugin implements OnCompletionListener, OnPreparedListener, OnErrorListener { protected static final String LOG_TAG = "VideoPlayer"; protected static final String ASSETS = "/android_asset/";
From source file com.simplec.wifiwizard.WifiWizard.java
public class WifiWizard extends CordovaPlugin { private static final String ADD_NETWORK = "addNetwork"; private static final String REMOVE_NETWORK = "removeNetwork"; private static final String CONNECT_NETWORK = "connectNetwork"; private static final String DISCONNECT_NETWORK = "disconnectNetwork";
From source file com.simpletask.ffmpegcordova.SimpleFFMpeg.java
/** * * @author Dax */ public class SimpleFFMpeg extends CordovaPlugin {
From source file com.skwas.cordova.appinfo.AppInfo.java
public class AppInfo extends CordovaPlugin { private Activity _activity; private ApplicationInfo _appInfo; public void initialize(CordovaInterface cordova, CordovaWebView webView) {
From source file com.sldev.cordova.locale.LocalizationPlugin.java
public class LocalizationPlugin extends CordovaPlugin { // actions private static final String ACTION_GET = "get"; private static final String ACTION_GET_ALL = "getAll"; private static final String ACTION_GET_LOCALE = "getLocale";
From source file com.SmartDial.BackgroundMode.java
public class BackgroundMode extends CordovaPlugin { // Event types for callbacks private enum Event { ACTIVATE, DEACTIVATE, FAILURE }
From source file com.smithleedon.device.MyPhoneNumber.java
public class MyPhoneNumber extends CordovaPlugin { public static final String ACTION_ADD_CALENDAR_ENTRY = "getphonenumber"; public static String strPhoneNumber; private CordovaInterface mGap;