DefaultDevLoadingViewImplementation

Default implementation of Dev Loading View Manager to display loading messages on top of the screen. All methods are thread safe.

Constructors

Link copied to clipboard
constructor(reactInstanceDevHelper: ReactInstanceDevHelper)

Types

Link copied to clipboard
object Companion

Functions

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