Skip to content

ControlFetcherMixin class

Defined in

Namespace: ReactiveUI.AndroidX Assembly: ReactiveUI.AndroidX.dll Full name: ReactiveUI.AndroidX.ControlFetcherMixin Modifiers: public static

Summary

View source

        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

NameSummary
static WireUpControlsWires a control to a property. This should be called in the Fragment's OnCreateView, with the newly inflated layout.
Inherited members