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
.AndroidSupport - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ControlFetcherMixin"]
class Type type-node
Syntax
public static class ControlFetcherMixin
Methods
Name | Value | Summary |
---|---|---|
WireUpControls |
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 |
---|---|---|
Invoke |
object |
This is a thing I lifted from Prism.
|