Files
letro-android/features
Marco Romano cf3039c6f3 TimelineItemPresenterFactories (#1609)
DI infrastructure to allow injection of presenters into the timeline.
Add an `@AssistedFactory` of type `TimelineItemPresenterFactory` to a `Presenter` class and bind this factory into the TimelineItemPresenterFactory map multi binding using:

```
@Binds
@IntoMap
@TimelineItemEventContentKey(MyTimelineItemContent::class)
```

A map multibinding of such factories will be available in the `LocalTimelineItemPresenterFactories` composition local for further use down the UI tree.
2023-10-19 15:57:34 +02:00
..
2023-10-16 00:09:47 +00:00
2023-10-18 15:55:52 +02:00
2023-10-16 00:09:47 +00:00
2023-10-16 00:09:47 +00:00
2023-10-16 00:09:47 +00:00
2023-10-16 00:09:47 +00:00
2023-10-16 00:09:47 +00:00
2023-10-12 12:05:22 +02:00
2023-10-16 00:09:47 +00:00
2023-10-16 00:09:47 +00:00