Creates a Conduit object which allows Java to wrap Javascript code within a
handler that will foward evaluation results back to the Java process.
Inherited methods
From
class
java.lang.Object
Object
clone()
boolean
equals(Object arg0)
void
finalize()
final
Class<?>
getClass()
int
hashCode()
final
void
notify()
final
void
notifyAll()
String
toString()
final
void
wait(long arg0, int arg1)
final
void
wait(long arg0)
final
void
wait()
Public constructors
JavaScriptBridge
JavaScriptBridge ()
Public methods
installBridge
void installBridge ()
Sets up Java / Javascript bridging on every WebView in the app.
This method must be called very early (eg: before webviews are loaded in your app).
GoogleInstrumentation invokes this method if this library is present on your classpath.
This method must be called from the main thread. It'll return immedately if the bridge
is already installed.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-11 UTC."],[],[]]