public final class BlocksOpMode
extends LinearOpMode
LinearOpMode that loads JavaScript from a file and executes it.| Modifier and Type | Method and Description |
|---|---|
static void |
registerAll(OpModeManager manager)
Deprecated.
functionality now automatically called by the system
|
void |
runOpMode() |
static void |
setActivityAndWebView(Activity a,
WebView wv)
Sets the
WebView so that all BlocksOpModes can access it. |
public void runOpMode()
public static void setActivityAndWebView(Activity a,
WebView wv)
WebView so that all BlocksOpModes can access it.@Deprecated public static void registerAll(OpModeManager manager)