gh-pages / com.nextfaze.devfun.stetho / DevStetho
DevStetho
class DevStetho :
AbstractDevFunModule
(source)
Constructors
Name | Summary |
---|---|
<init> | DevStetho() |
Inherited Properties
Name | Summary |
---|---|
context | val context: Context Convenience delegate to DevFun.context. |
devFun | val devFun: DevFun Reference to owning DevFun instance. |
Functions
Name | Summary |
---|---|
init | fun init(context: Context ): Unit Called upon initialize. |
Inherited Functions
Name | Summary |
---|---|
get | fun <T : Any > get(): T |
initialize | open fun initialize(devFun: DevFun ): Unit Module initialization. |
instanceOf | fun <T : Any > instanceOf(clazz: KClass <out T >): T |