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 co.uk.gauntface.cordova.plugin.nativegplussignin.CordovaGPlusOauthPlugin.java

public class CordovaGPlusOauthPlugin extends CordovaPlugin implements GooglePlayServicesClient.ConnectionCallbacks,
        GooglePlayServicesClient.OnConnectionFailedListener {

    private static final int REQUEST_CODE_RESOLVE_ERR = 9000;

    private PlusClient mPlusClient;

From source file co.uk.gauntface.mobile.devicelab.plugins.CordovaGCMPlugin.java

public class CordovaGCMPlugin extends CordovaPlugin {

    @Override
    public boolean execute(String action, JSONArray args, final CallbackContext callbackContext)
            throws JSONException {
        GCMController gcmController = new GCMController(this.cordova.getActivity().getApplicationContext());

From source file co.uk.gauntface.mobile.devicelab.plugins.CordovaGPlusOauthPlugin.java

public class CordovaGPlusOauthPlugin extends CordovaPlugin implements GooglePlayServicesClient.ConnectionCallbacks,
        GooglePlayServicesClient.OnConnectionFailedListener {

    private static final int REQUEST_CODE_RESOLVE_ERR = 9000;

    private PlusClient mPlusClient;

From source file com.a42.cordova.plugins.GooglePlayGame.java

public class GooglePlayGame extends CordovaPlugin implements GameHelperListener {

    private static final String LOGTAG = "a42-CordovaGooglePlayGame";

    private static final String ACTION_AUTH = "auth";
    private static final String ACTION_SIGN_OUT = "signOut";

From source file com.acequare.browserlauncher.BrowserLauncher.java

public class BrowserLauncher extends CordovaPlugin {

    public static String TAG = "BrowserLauncher";

    /**
     * Executes the request and returns PluginResult.

From source file com.acuant.plugin.AcuantMobileSDK.java

public class AcuantMobileSDK extends CordovaPlugin implements WebServiceListener, CardCroppingListener,
        AcuantErrorListener, FacialRecognitionListener, AcuantTagReadingListener {

    private String key = "";
    private String cloudAddressString = "";
    private String methodId = "";

From source file com.adobe.phonegap.contentsync.Sync.java

public class Sync extends CordovaPlugin {
    private static final int STATUS_STOPPED = 0;
    private static final int STATUS_DOWNLOADING = 1;
    private static final int STATUS_EXTRACTING = 2;
    private static final int STATUS_COMPLETE = 3;

From source file com.adobe.phonegap.csdk.AssetBrowser.java

/**
* This class exposes methods in Cordova that can be called from JavaScript.
*/
public class AssetBrowser extends CordovaPlugin {
    private static final String LOG_TAG = "CreativeSDK_AssetBrowser";

From source file com.adobe.phonegap.csdk.ImageEditor.java

/**
* This class exposes methods in Cordova that can be called from JavaScript.
*/
public class ImageEditor extends CordovaPlugin {
    private static final String LOG_TAG = "CreativeSDK_ImageEditor";

From source file com.adobe.phonegap.csdk.UserAuth.java

/**
* This class exposes methods in Cordova that can be called from JavaScript.
*/
public class UserAuth extends CordovaPlugin {
    private static final String LOG_TAG = "CreativeSDK_UserAuth";