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