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