List of usage examples for org.apache.cordova CordovaPlugin subclass-usage
From source file com.cloudant.sync.cordova.CloudantSyncPlugin.java
public class CloudantSyncPlugin extends CordovaPlugin { private static final String TAG = CloudantSyncPlugin.class.getCanonicalName(); private static final String ACTION_SET_DOCUMENT_STORE_PATH = "createDatastoreManager"; private static final String ACTION_OPEN_DOCUMENT_STORE = "openDatastore"; private static final String ACTION_CLOSE_DOCUMENT_STORE = "closeDatastore";
From source file com.cmackay.plugins.googleanalytics.GoogleAnalyticsPlugin.java
public class GoogleAnalyticsPlugin extends CordovaPlugin { private static GoogleAnalytics ga; private static Tracker tracker; /**
From source file com.collectme.cordova.calgeolocation.CalGeolocation.java
public class CalGeolocation extends CordovaPlugin { public static final String TAG = "CalGeolocation"; /** * Constructor. */
From source file com.collectme.cordova.diagnostic.Diagnostic.java
public class Diagnostic extends CordovaPlugin { public static final String TAG = "Diagnostic"; /** * Constructor. */
From source file com.coloreight.plugin.clipboard.Clipboard.java
public class Clipboard extends CordovaPlugin { private static final String ACTION_COPY = "copy"; private static final String ACTION_PASTE = "paste"; @Override
From source file com.coloreight.plugin.socialAuth.SocialAuth.java
public class SocialAuth extends CordovaPlugin { private AccountManager accountManager; private String requestedTwitterAccountName; private CallbackManager fbCallbackManager; private CallbackContext callbackContext;
From source file com.commontime.cordova.audio.AudioHandler.java
/**
* This class called by CordovaActivity to play and record audio.
* The file can be local or over a network using http.
*
* Audio formats supported for player(tested):
* .mp3, .wav
From source file com.commontime.plugin.LocationManager.java
@TargetApi(Build.VERSION_CODES.JELLY_BEAN) public class LocationManager extends CordovaPlugin implements BeaconConsumer { public static final String TAG = "com.commontime.cordova.beacon"; private static int CDV_LOCATION_MANAGER_DOM_DELEGATE_TIMEOUT = 30;
From source file com.commontime.plugin.notification.Notification.java
/**
* This plugin utilizes the Android AlarmManager in combination with local
* notifications. When a local notification is scheduled the alarm manager takes
* care of firing the event. When the event is processed, a notification is put
* in the Android notification center and status bar.
*/
From source file com.connectsdk.cordova.ConnectSDKCordova.java
public class ConnectSDKCordova extends CordovaPlugin { static final String LOG_TAG = "ConnectSDKCordova"; public static final String JS_PAIRING_TYPE_FIRST_SCREEN = "FIRST_SCREEN"; public static final String JS_PAIRING_TYPE_PIN = "PIN"; public static final String JS_PAIRING_TYPE_MIXED = "MIXED";