public interface DevSplitBundleCallback
Modifier and Type | Method and Description |
---|---|
void |
onError(java.lang.String url,
java.lang.Throwable cause)
Called when the split JS bundle failed to load.
|
void |
onSuccess()
Called when the split JS bundle has been downloaded and evaluated.
|