toggle menu
ReactAndroid
next
JVM
switch theme
search in API
ReactAndroid
/
com.facebook.react.devsupport.interfaces
/
DevBundleDownloadListener
Dev
Bundle
Download
Listener
interface
DevBundleDownloadListener
Members
Functions
on
Failure
Link copied to clipboard
abstract
fun
onFailure
(
cause
:
Exception
)
on
Progress
Link copied to clipboard
abstract
fun
onProgress
(
status
:
String
?
,
done
:
Int
?
,
total
:
Int
?
)
on
Success
Link copied to clipboard
abstract
fun
onSuccess
(
)