ControlFetcherMixin class¶
Defined in
Namespace: ReactiveUI.AndroidX
Assembly: ReactiveUI.AndroidX.dll
Full name: ReactiveUI.AndroidX.ControlFetcherMixin
Modifiers: public static
Summary¶
ControlFetcherMixin helps you automatically wire-up Activities and
Fragments via property names, similar to Butter Knife, as well as allows
you to fetch controls manually.
Applies to
net10.0-android36.0
Methods¶
| Name | Summary |
|---|---|
| static WireUpControls | Wires a control to a property. This should be called in the Fragment's OnCreateView, with the newly inflated layout. |