DevSplitBundleCallback

Callback class for loading split JS bundles from Metro in development.

Functions

Link copied to clipboard
abstract fun onError(url: String?, cause: Throwable?)

Called when the split JS bundle failed to load.

Link copied to clipboard
abstract fun onSuccess()

Called when the split JS bundle has been downloaded and evaluated.