Example usage for org.apache.cordova.api IPlugin interface-usage

List of usage examples for org.apache.cordova.api IPlugin interface-usage

Introduction

In this page you can find the example usage for org.apache.cordova.api IPlugin interface-usage.

Usage

From source file com.phonegap.api.IPlugin.java

/**
 * Plugin interface must be implemented by any plugin classes.
 *
 * The execute method is called by the PluginManager.
 */
public interface IPlugin extends org.apache.cordova.api.IPlugin {