toggle menu
ReactAndroid
next
JVM
switch theme
search in API
ReactAndroid
/
com.facebook.react.devsupport.interfaces
/
DevLoadingViewManager
Dev
Loading
View
Manager
interface
DevLoadingViewManager
Interface to display loading messages on top of the screen.
Inheritors
DefaultDevLoadingViewImplementation
Members
Functions
hide
Link copied to clipboard
abstract
fun
hide
(
)
show
Message
Link copied to clipboard
abstract
fun
showMessage
(
message
:
String
)
update
Progress
Link copied to clipboard
abstract
fun
updateProgress
(
status
:
String
?
,
done
:
Int
?
,
total
:
Int
?
)