gh-pages / com.nextfaze.devfun.core / DevFun / <init>
<init>
DevFun()
Primary entry point and initializer of DevFun and associated libraries.
Modules can be added post- initialization by way of devFun += SomeModule()
(plusAssign), after which tryInitModules should be called.
To manually initialize, create instance and call initialize. A static reference will be set to this automatically, and can be retrieved using devFun.
e.g. DevFun().initialize(applicationContext)