ContentLibrary
ContentLibrary handles ID assignment, creation and replication of ContentProviders and ContentEvents for developers.
CHANGELOG
v0.11.1
As expected, I forgot about a crucial detail and had to make breaking changes to whoever uses the automatic replication polling
- Adds: ManualPoll method in which it adds directly to the
ContentPolling.contentEvents
, given that the amount of the same type of event there matters, as it'll directly affect the event's score. - Changes: PollAndReplicateProvider has one more variable
timesToPoll
so you can specify how many times you want to poll when it callsManualPoll
v0.10.0
Initial release