Class Registrations
- Namespace
- ReactiveUI.AndroidX
- Assembly
- ReactiveUI.AndroidX.dll
AndroidX platform registrations.
- Inheritance
-
Registrations
- Implements
- Extension Methods
Constructors
Registrations()
Methods
Register(Action<Func<object>, Type>)
Register platform dependencies inside Splat.
[RequiresUnreferencedCode("Uses reflection to create instances of types.")]
[RequiresDynamicCode("Uses reflection to create instances of types.")]
public void Register(Action<Func<object>, Type> registerFunction)
Parameters
registerFunctionAction<Func<object>, Type>A method the deriving class will class to register the type.