Summary
Initializes a new instance of the
ReactivePagerAdapter<TViewModel>
class.
- Namespace
- ReactiveUI
.AndroidSupport - Containing Type
- ReactivePagerAdapter
<TViewModel>
Syntax
public ReactivePagerAdapter(IObservable<IChangeSet<TViewModel>> changeSet, Func<TViewModel, ViewGroup, View> viewCreator, Action<TViewModel, View>? viewInitializer = null)
Parameters
Name | Type | Description |
---|---|---|
changeSet | IObservable |
The change set to page. |
viewCreator | Func |
A function which will create the view. |
viewInitializer | Action |
A action which will initialize a view. |
Return Value
Type | Description |
---|---|
void |