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.guaranteedshop.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";

From source file com.guinatal.refreshgallery.PluginRefreshGallery.java

/**
 * @author Guilherme Natal de Mello (guinatal.com)
 *
 */

public class PluginRefreshGallery extends CordovaPlugin {

From source file com.heyzap.cordova.ads.CDVHeyzapAbstractPlugin.java

abstract class CDVHeyzapAbstractPlugin extends CordovaPlugin implements ICDVHeyzapPlugin {
    private static final String TAG = "CDVHeyzapAbstractPlugin";

    private CDVListener listener;

    @Override

From source file com.HXcordova.iMateHxDevice.java

public class iMateHxDevice extends CordovaPlugin {

    private HXiMateSDK iMate;
    private CallbackContext callbackContext;

    @Override

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

public class CDVBMSAnalytics extends CordovaPlugin {

    private static final Logger analyticsLogger = Logger.getLogger(Logger.INTERNAL_PREFIX + "CDVBMSAnalytics");
    private String errorEmptyArg = "Expected non-empty string argument.";

    @Override

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

public class CDVBMSAuthorizationManager extends CordovaPlugin {

    private static final Logger amLogger = Logger.getLogger(Logger.INTERNAL_PREFIX + "CDVBMSAuthorizationManager");

    private static final String PersistencePolicyAlways = "ALWAYS";
    private static final String PersistencePolicyNever = "NEVER";

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

public class CDVBMSClient extends CordovaPlugin {
    private String errorEmptyArg = "Expected non-empty string argument.";
    private static final Logger bmsLogger = Logger.getLogger(Logger.INTERNAL_PREFIX + "CDVBMSClient");
    private HashMap<String, CallbackContext> challengeHandlersMap = new HashMap<String, CallbackContext>();
    static HashMap<String, AuthenticationContext> authContexsMap = new HashMap<String, AuthenticationContext>();

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

public class CDVBMSLogger extends CordovaPlugin {

    private static final Logger mfpLogger = Logger.getLogger(Logger.INTERNAL_PREFIX + "CDVBMSLogger");

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

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

public class CDVBMSRequest extends CordovaPlugin {

    private static final Logger mfpRequestLogger = Logger.getLogger(Logger.INTERNAL_PREFIX + "CDVBMSRequest");

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

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

public class CDVMFPAnalytics extends CordovaPlugin {

    private static final Logger analyticsLogger = Logger.getInstance(Logger.INTERNAL_PREFIX + "CDVMFPAnalytics");

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