setProperty

@JvmName(name = "kotlinCompat$setProperty")
abstract fun setProperty(view: T, propName: String, value: Any?)

Sets a property on a view managed by this view manager.

We mark this method as synthetic / hide it from JVM so Java callers will call the deprecated version and overrides work correctly.

Parameters

view

the view to set the property on

propName

the name of the property to set

value

the value to set the property to