,System.Action{-0,Android.Views.View})}
ReactivePagerAdapter(TCollection, Func, Action?) constructor¶
Defined in
Type: ReactivePagerAdapterReactiveUI.AndroidX
Assembly: ReactiveUI.AndroidX.dll
Applies to
net10.0-android36.0
public ReactivePagerAdapter(TCollection collection, Func<TViewModel, ViewGroup, View> viewCreator, Action<TViewModel, View>? viewInitializer = null)
Summary: ReactivePagerAdapter is a PagerAdapter that will interface with a Observable change set, in a similar fashion to ReactiveTableViewSource.
Parameters
| Name | Type | Description |
|---|---|---|
collection | TCollection | The collection to page. |
viewCreator | Func | The function which will create the view. |
viewInitializer = null | Action | A action which will initialize the view. |
Remarks
Initializes a new instance of the ReactivePagerAdapter class.