public class DevLoadingViewController
extends java.lang.Object
Constructor and Description |
---|
DevLoadingViewController(android.content.Context context,
ReactInstanceManagerDevHelper reactInstanceManagerHelper) |
Modifier and Type | Method and Description |
---|---|
void |
hide() |
static void |
setDevLoadingEnabled(boolean enabled) |
void |
showForRemoteJSEnabled() |
void |
showForUrl(java.lang.String url) |
void |
showMessage(java.lang.String message) |
void |
updateProgress(java.lang.String status,
java.lang.Integer done,
java.lang.Integer total) |
public DevLoadingViewController(android.content.Context context, ReactInstanceManagerDevHelper reactInstanceManagerHelper)
public static void setDevLoadingEnabled(boolean enabled)
public void showMessage(java.lang.String message)
public void showForUrl(java.lang.String url)
public void showForRemoteJSEnabled()
public void updateProgress(java.lang.String status, java.lang.Integer done, java.lang.Integer total)
public void hide()