- onActivityResult(int, int, Intent) - Method in class com.dff.cordova.plugin.common.CommonPlugin
-
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.
- onDestroy() - Method in class com.dff.cordova.plugin.common.AbstractPluginListener
-
- onDestroy() - Method in class com.dff.cordova.plugin.common.CommonPlugin
-
The final call you receive before your activity is destroyed.
- onDestroy() - Method in class com.dff.cordova.plugin.common.service.CommonServicePlugin
-
- onLog(int, String, String) - Method in class com.dff.cordova.plugin.common.log.AbstractLogListener
-
- onLog(int, String, Throwable) - Method in class com.dff.cordova.plugin.common.log.AbstractLogListener
-
- onLog(int, String, String, Throwable) - Method in class com.dff.cordova.plugin.common.log.AbstractLogListener
-
- onLog(int, String, String) - Method in class com.dff.cordova.plugin.common.log.LogListener
-
- onLog(int, String, Throwable) - Method in class com.dff.cordova.plugin.common.log.LogListener
-
- onLog(int, String, String, Throwable) - Method in class com.dff.cordova.plugin.common.log.LogListener
-
- onLog(int, String, String) - Method in interface com.dff.cordova.plugin.common.log.LogListenerInterface
-
- onLog(int, String, Throwable) - Method in interface com.dff.cordova.plugin.common.log.LogListenerInterface
-
- onLog(int, String, String, Throwable) - Method in interface com.dff.cordova.plugin.common.log.LogListenerInterface
-
- onMessage(String, Object) - Method in class com.dff.cordova.plugin.common.CommonPlugin
-
Called when a message is sent to plugin.
- onNewIntent(Intent) - Method in class com.dff.cordova.plugin.common.CommonPlugin
-
Called when the activity receives a new intent.
- onPause(boolean) - Method in class com.dff.cordova.plugin.common.CommonPlugin
-
Called when the system is about to start resuming a previous activity.
- onReset() - Method in class com.dff.cordova.plugin.common.CommonPlugin
-
Called when the WebView does a top-level navigation or refreshes.
- onRestoreStateForActivityResult(Bundle, CallbackContext) - Method in class com.dff.cordova.plugin.common.CommonPlugin
-
Called when a plugin is the recipient of an Activity result after the
CordovaActivity has been destroyed.
- onResume(boolean) - Method in class com.dff.cordova.plugin.common.CommonPlugin
-
Called when the activity will start interacting with the user.
- onSaveInstanceState() - Method in class com.dff.cordova.plugin.common.CommonPlugin
-
Called when the Activity is being destroyed (e.g. if a plugin calls out
to an external Activity and the OS kills the CordovaActivity in the
background).
- onServiceConnected(ComponentName, IBinder) - Method in class com.dff.cordova.plugin.common.service.ServiceHandler
-
- onServiceDisconnected(ComponentName) - Method in class com.dff.cordova.plugin.common.service.ServiceHandler
-
- onStart() - Method in class com.dff.cordova.plugin.common.CommonPlugin
-
Called when the activity is becoming visible to the user.
- onStop() - Method in class com.dff.cordova.plugin.common.CommonPlugin
-
Called when the activity is no longer visible to the user.