Java org.apache.cordova CordovaPlugin fields, constructors, methods, implement or subclass

Example usage for Java org.apache.cordova CordovaPlugin fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.cordova CordovaPlugin.

The text is from its open source code.

Subclass

org.apache.cordova.CordovaPlugin has subclasses.
Click this link to see all its subclasses.

Implementation

org.apache.cordova.CordovaPlugin has the following implementations.
Click this link to see all its implementation.

Constructor

Method

booleanhasPermisssion()
voidinitialize(CordovaInterface cordova, CordovaWebView webView)
Called after plugin construction and fields have been initialized.
voidonActivityResult(int requestCode, int resultCode, Intent intent)
Called when an activity you launched exits, giving you the requestCode you started it with, the resultCode it returned, and any additional data from it.
voidprivateInitialize(String serviceName, CordovaInterface cordova, CordovaWebView webView, CordovaPreferences preferences)
Call this after constructing to initialize the plugin.
voidrequestPermissions(int requestCode)
Called by the Plugin Manager when we need to actually request permissions