service / com.scurab.android.uitor.reflect / ViewReflector

ViewReflector

open class ViewReflector : Reflector<View!>

Constructors

<init>

ViewReflector(real: View!)

Functions

callMethod

open fun callMethod(methodName: String!): Any!

callMethodByReflection

open fun <T : Any!> callMethodByReflection(methodName: String?, vararg params: Any!): T

getBackgroundResourceId

open fun getBackgroundResourceId(): Int

getKeyedTags

open fun getKeyedTags(): SparseArray<Any!>!