List of usage examples for org.apache.cordova CordovaPlugin subclass-usage
From source file com.ksutopia.bbtalks.plugins.P201SpeechToText.java
/** * Style and such borrowed from the TTS and PhoneListener plugins */ public class P201SpeechToText extends CordovaPlugin { private static final String LOG_TAG = P201SpeechToText.class.getSimpleName(); private static final String TAG = P201SpeechToText.class.getSimpleName();
From source file com.kwlopen.sdk.KwlSignCertificatePlugin.java
public class KwlSignCertificatePlugin extends CordovaPlugin { private static KwlSignCertificatePlugin kwlSignCertificatePlugin; private CallbackContext callbackContext; private CordovaInterface cordovaInterface; private CordovaPlugin cordovaPlugin;
From source file com.kwlopen.sdk.KwlSignCertificatePluginOrg.java
public class KwlSignCertificatePluginOrg extends CordovaPlugin { private static KwlSignCertificatePluginOrg kwlSignCertificatePlugin; private CallbackContext callbackContext; private CordovaInterface cordovaInterface; private CordovaPlugin cordovaPlugin;
From source file com.laanto.it.app.camera.CameraLauncher.java
/** * This class launches the camera view, allows the user to take a picture, closes the camera view, * and returns the captured image. When the camera view is closed, the screen displayed before * the camera view was shown is redisplayed. */ public class CameraLauncher extends CordovaPlugin implements MediaScannerConnectionClient {
From source file com.laanto.it.app.plugin.Device.java
/**
* ?? plugin
*
* ??JS??
*
* ?
From source file com.laanto.it.app.plugin.SplashScreen.java
public class SplashScreen extends CordovaPlugin { private static final String LOG_TAG = "SplashScreen"; // Cordova 3.x.x has a copy of this plugin bundled with it (SplashScreenInternal.java). // Enable functionality only if running on 4.x.x. private static final boolean HAS_BUILT_IN_SPLASH_SCREEN = Integer .valueOf(CordovaWebView.CORDOVA_VERSION.split("\\.")[0]) < 4;
From source file com.laanto.it.app.plugin.WhitelistPlugin.java
public class WhitelistPlugin extends CordovaPlugin { private static final String LOG_TAG = "WhitelistPlugin"; private Whitelist allowedNavigations; private Whitelist allowedIntents; private Whitelist allowedRequests;
From source file com.lewie9021.videothumbnail.VideoThumbnail.java
public class VideoThumbnail extends CordovaPlugin { public boolean execute(String action, JSONArray args, CallbackContext callbackContext) throws JSONException { try { // Action is 'create' if (action.equals("create")) {
From source file com.lexiscn.balabala.Echo.java
public class Echo extends CordovaPlugin { public static String iflytekAPPID = "551384a9"; SpeechUnderstander myRecognizerDialog;
From source file com.likemag.cordova.inappbrowsercustom.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";