The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

ControlFetcherMixin Class

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.
Namespace
ReactiveUI.AndroidX
Base Types
  • object
graph BT Type-->Base0["object"] Type["ControlFetcherMixin"] class Type type-node

Syntax

public static class ControlFetcherMixin

Methods

Name Value Summary
WireUpControls(AndroidX.Fragment.App.Fragment, View, ControlFetcherMixin.ResolveStrategy) void
Wires a control to a property. This should be called in the Fragment's OnCreateView, with the newly inflated layout.
static

Extension Methods

Name Value Summary
InvokeViewModelAction<T>(Action<T>) object
This is a thing I lifted from Prism.