DevLoadingViewManager

Interface to display loading messages on top of the screen.

Inheritors

Functions

Link copied to clipboard
abstract fun hide()
Link copied to clipboard
abstract fun showMessage(message: String)
Link copied to clipboard
abstract fun updateProgress(status: String?, done: Int?, total: Int?)