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

ControlFetcherMixin.

WireUpControls(AndroidX.Fragment.App.Fragment, View, ControlFetcherMixin.ResolveStrategy) Method

Summary

Wires a control to a property. This should be called in the Fragment's OnCreateView, with the newly inflated layout.
Namespace
ReactiveUI.AndroidX
Containing Type
ControlFetcherMixin

Syntax

public static void WireUpControls(this AndroidX.Fragment.App.Fragment fragment, View inflatedView, ControlFetcherMixin.ResolveStrategy resolveMembers = Implicit)

Parameters

Name Type Description
fragment AndroidX.Fragment.App.Fragment The fragment.
inflatedView View The inflated view.
resolveMembers ControlFetcherMixin.ResolveStrategy The resolve members.

Return Value

Type Description
void