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.ibm.mobilefirstplatform.clientsdk.cordovaplugins.core.CDVMFPAuthorizationManager.java

/**
 * Created by rotembr on 10/22/15.
 */
public class CDVMFPAuthorizationManager extends CordovaPlugin {

    private static final Logger amLogger = Logger

From source file com.ibm.mobilefirstplatform.clientsdk.cordovaplugins.core.CDVMFPLogger.java

public class CDVMFPLogger extends CordovaPlugin {

    private static final Logger mfpLogger = Logger.getInstance(Logger.INTERNAL_PREFIX + "CDVMFPLogger");

    @Override
    public boolean execute(String action, JSONArray args, CallbackContext callbackContext) throws JSONException {

From source file com.ibm.mobilefirstplatform.clientsdk.cordovaplugins.core.CDVMFPRequest.java

public class CDVMFPRequest extends CordovaPlugin {

    private static final Logger mfpRequestLogger = Logger.getInstance(Logger.INTERNAL_PREFIX + "CDVMFPRequest");

    @Override
    public boolean execute(String action, JSONArray args, CallbackContext callbackContext) throws JSONException {

From source file com.ibm.mobilefirstplatform.clientsdk.cordovaplugins.push.CDVBMSPush.java

public class CDVBMSPush extends CordovaPlugin {

    private static CallbackContext notificationCallback;

    private static MFPPushNotificationListener notificationListener;

From source file com.ibm.mobilefirstplatform.clientsdk.cordovaplugins.push.CDVMFPPush.java

public class CDVMFPPush extends CordovaPlugin {

    private static final Logger pushLogger = Logger.getInstance(Logger.INTERNAL_PREFIX + "CDVMFPPush");

    private static CallbackContext notificationCallback;

From source file com.ibm.mqtt.android.cordova.plugin.MqttPlugin.java

/**
 * Cordova plugin to support mqtt usage on Android
 * 
 */
public class MqttPlugin extends CordovaPlugin {

From source file com.ideateam.plugin.DownloadDB.java

/**  
 * This class exposes methods in Cordova that can be called from JavaScript.
 */
public class DownloadDB extends CordovaPlugin {

    final private String TAG = "CordovaPlugin";

From source file com.ideateam.plugin.Emailer.java

/**
* This class exposes methods in Cordova that can be called from JavaScript.
*/
public class Emailer extends CordovaPlugin {

    private String TAG = "CordovaPlugin Emailer";

From source file com.ideateam.plugin.IsOnline.java

/**
* This class exposes methods in Cordova that can be called from JavaScript.
*/
public class IsOnline extends CordovaPlugin {

    private String TAG = "CordovaPlugin isOnline";

From source file com.ideateam.plugin.Version.java

/**
* This class exposes methods in Cordova that can be called from JavaScript.
*/
public class Version extends CordovaPlugin {
    public static final int DIALOG_DOWNLOAD_PROGRESS = 0;
    public String url = "http://uart.universityathlete.com/update/android2015/";