For example, if there is a class `UiComponent` wit...
# announcements
d
For example, if there is a class
UiComponent
with a property called
navigationView
, and
navigationView
has a method called
setContent()
, and with
val component : UiComponent
call
component.setContent()
directly.