adapters/model library
Classes
- PerksAdapter
-
Adapters are responsible for handling all the processed data.
Often times, it is writing to a disk, or a similar operating.
PerksAdapter implements
readandwriteoperation but are asynchronous. - PerksSyncAdapter
-
PerksSyncAdapter implements
readandwriteoperation but are synchronous.