Skip to content

ControlFetcherMixins class

Defined in

Namespace: ReactiveUI.Reactive Assembly: ReactiveUI.Reactive.dll Full name: ReactiveUI.Reactive.ControlFetcherMixins Modifiers: public static

Summary

View source

Extension methods associated with the ControlFetcher class.

Applies to

net10.0-android36.0

Remarks

This API is intended for classic Android view wiring patterns (e.g., Activities/Fragments/Views). It performs name-to-resource-id resolution using reflection over the generated Android Resource classes, and caches lookups per assembly and per root view.

Trimming/AOT: resource discovery uses reflection over generated resource types and may require preserving those members. See GetControlIdByName and related remarks.

Methods

NameSummary
static GetControl
static WireUpControls
static GetResourceName
static GetWireUpMembers
Inherited members

Extension blocks

extension(Activity activity)

  • GetControl
  • WireUpControls
  • WireUpControls

extension(Fragment fragment)

  • WireUpControls
  • WireUpControls

extension(ILayoutViewHost layoutHost)

  • WireUpControls
  • WireUpControls

extension(PropertyInfo member)

  • GetResourceName

extension(View view)

  • GetControl
  • WireUpControls
  • WireUpControls

extension(object this)

  • GetWireUpMembers