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