ViewManagerRegistry

Class that stores the mapping between native view name used in JS and the corresponding instance of ViewManager.

Constructors

Link copied to clipboard
constructor(viewManagerResolver: ViewManagerResolver)
constructor(viewManagerList: List<ViewManager>)
constructor(viewManagerMap: Map<String, ViewManager>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun get(className: String): ViewManager
Link copied to clipboard
open fun invalidate()
Called on instance destroy
Link copied to clipboard
ComponentCallbacks2 method.
Link copied to clipboard
open fun onLowMemory()
ComponentCallbacks2 method.
Link copied to clipboard
open fun onSurfaceStopped(surfaceId: Int)
Send lifecycle signal to all ViewManagers that StopSurface has been called.
Link copied to clipboard
open fun onTrimMemory(level: Int)
ComponentCallbacks2 method.