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

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

Introduction

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

The text is from its open source code.

Constructor

Method

CordovaPlugingetPlugin(String service)
Get the plugin object that implements the service.
voidonConfigurationChanged(Configuration newConfig)
Called by the system when the device configuration changes while your activity is running.
voidonDestroy()
The final call you receive before your activity is destroyed.
booleanonReceivedClientCertRequest(CordovaWebView view, ICordovaClientCertRequest request)
Called when he system received an SSL client certificate request.
booleanonReceivedHttpAuthRequest(CordovaWebView view, ICordovaHttpAuthHandler handler, String host, String realm)
Called when the system received an HTTP authentication request.