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

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

Introduction

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

The text is from its open source code.

Subclass

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

Method

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.