Registrations class¶
Defined in
Namespace: ReactiveUI.AndroidX
Assembly: ReactiveUI.AndroidX.dll
Full name: ReactiveUI.AndroidX.Registrations
Modifiers: public
Summary¶
AndroidX platform registrations.
Applies to
net10.0-android36.0
Class hierarchy
classDiagram
class Registrations
class IWantsToRegisterStuff {
<>
}
IWantsToRegisterStuff <|.. Registrations
Implements: IWantsToRegisterStuff
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Methods¶
| Name | Summary |
|---|---|
| Register | Register platform dependencies using the provided registrar. This method uses generic registration to avoid runtime Type reflection, making it compatible with AOT... |