List of usage examples for org.apache.cordova CordovaPlugin subclass-usage
From source file br.com.brunogrossi.MediaScannerPlugin.MediaScannerPlugin.java
/** * MediaScannerPlugin.java * * @author Bruno E. Grossi <bruno@grossi.com.br> */ public class MediaScannerPlugin extends CordovaPlugin {
From source file br.com.calangodev.aacdecoder.AacDecoder.java
public class AacDecoder extends CordovaPlugin { public static final String TAG = "Aac Decoder Plugin"; private MultiPlayer multiPlayer; public AacDecoder() {
From source file br.com.denguezerocidadao.Capture.java
public class Capture extends CordovaPlugin { private static final String VIDEO_3GPP = "video/3gpp"; private static final String VIDEO_MP4 = "video/mp4"; private static final String AUDIO_3GPP = "audio/3gpp"; private static final String IMAGE_JPEG = "image/jpeg";
From source file br.com.futuring.cordova.plugins.GooglePlayGame.java
public class GooglePlayGame extends CordovaPlugin implements GameHelperListener { private static final String LOGTAG = "futuring-CordovaGooglePlayGame"; private static final String ACTION_AUTH = "auth"; private static final String ACTION_SIGN_OUT = "signOut";
From source file br.com.hotforms.FacebookHash.java
public class FacebookHash extends CordovaPlugin { private static final String TAG = "FacebookHash"; /** * Sets the context of the Command. This can then be used to do things like * get file paths associated with the Activity.
From source file br.com.hotforms.StatusBarManager.java
public class StatusBarManager extends CordovaPlugin { private static final String TAG = "StatusBarManager"; private static final int currentapiVersion = android.os.Build.VERSION.SDK_INT; /** * Sets the context of the Command. This can then be used to do things like
From source file br.com.hotforms.usewaze.UseWaze.java
public class UseWaze extends CordovaPlugin { private static final String TAG = "UseWaze"; /** * Executes the request and returns PluginResult. *
From source file br.com.infobase.cordova.MintPlugin.java
/** * * @author Leonardo */ public class MintPlugin extends CordovaPlugin {
From source file br.com.taxisimples.cordova.plugin.Checker.java
public class Checker extends CordovaPlugin { public static final String IS_MOCK_SETTINGS_ON = "isMockSettingsON"; public static final String IS_GPS_ENABLE = "isGpsEnabled"; /** * Constructor.
From source file ca.carleton.gcrc.n2android_mobile1.cordova.WhitelistPlugin.java
public class WhitelistPlugin extends CordovaPlugin { private static final String LOG_TAG = "WhitelistPlugin"; private Whitelist allowedNavigations; private Whitelist allowedIntents; private Whitelist allowedRequests;