ReactiveFragment() constructor¶
Defined in
Type: ReactiveFragmentReactiveUI.Reactive
Assembly: ReactiveUI.Reactive.dll
Applies to
net10.0-android36.0
Overloads¶
- 1.
protected ReactiveFragment() - 2.
protected ReactiveFragment(in nint handle, JniHandleOwnership? ownership)
1. Overload¶
protected ReactiveFragment()
Summary: Initializes a new instance of the ReactiveFragment class.
2. Overload¶
Attributes: [ObsoletedOSPlatform("android28.0")]
protected ReactiveFragment(in nint handle, JniHandleOwnership? ownership)
Summary: Initializes a new instance of the ReactiveFragment class.
Parameters
| Name | Type | Description |
|---|---|---|
in handle | nint | The handle. |
ownership | JniHandleOwnership? | The ownership. |