Example usage for org.apache.cordova ExposedJsApi interface-usage

List of usage examples for org.apache.cordova ExposedJsApi interface-usage

Introduction

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

Usage

From source file com.justep.cordova.plugin.engine.tencent.TencentExposedJsApi.java

/**
 * Contains APIs that the JS can call. All functions in here should also have
 * an equivalent entry in CordovaChromeClient.java, and be added to
 * cordova-js/lib/android/plugin/android/promptbasednativeapi.js
 */
class TencentExposedJsApi implements ExposedJsApi {

From source file com.zsxsoft.cordova.x5.X5ExposedJsApi.java

/**
 * Contains APIs that the JS can call. All functions in here should also have
 * an equivalent entry in CordovaChromeClient.java, and be added to
 * cordova-js/lib/android/plugin/android/promptbasednativeapi.js
 */
class X5ExposedJsApi implements ExposedJsApi {

From source file org.crosswalk.engine.XWalkExposedJsApi.java

class XWalkExposedJsApi implements ExposedJsApi {
    private final CordovaBridge bridge;

    XWalkExposedJsApi(CordovaBridge bridge) {
        this.bridge = bridge;
    }

From source file org.jeremyup.cordova.x5engine.X5ExposedJsApi.java

/**
 * Contains APIs that the JS can call. All functions in here should also have
 * an equivalent entry in CordovaChromeClient.java, and be added to
 * cordova-js/lib/android/plugin/android/promptbasednativeapi.js
 *
 * Only copy it without modify