>
Defined in Type: ReactivePagerAdapterReactiveUI.AndroidX
Assembly: ReactiveUI.AndroidX.dll
Applies to
net10.0-android36.0
public ReactivePagerAdapter(IObservable<IChangeSet<TViewModel>> changeSet, Func<TViewModel, ViewGroup, View> viewCreator, Action<TViewModel, View>? viewInitializer = null)
Summary: Initializes a new instance of the ReactivePagerAdapter class.
Parameters
| Name | Type | Description |
|---|---|---|
changeSet | IObservable | The change set to page. |
viewCreator | Func | A function which will create the view. |
viewInitializer = null | Action | A action which will initialize a view. |